Vibrant Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Coral palette

このパレットを共有する先:

Vibrant Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c3d3;
}
.color-2 {
color: #f2dbca;
}
.color-3 {
color: #b9dbf8;
}
.color-4 {
color: #9cd5dd;
}
.color-5 {
color: #efcbc7;
}

/* CSS Variables */
:root {
--color-1: #f3c3d3;
--color-2: #f2dbca;
--color-3: #b9dbf8;
--color-4: #9cd5dd;
--color-5: #efcbc7;
}

Vibrant Coral の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c3d3, #f2dbca, #b9dbf8, #9cd5dd, #efcbc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c3d3, #f2dbca, #b9dbf8, #9cd5dd, #efcbc7);
}

Vibrant Coral color palette created on .