Warm Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Coral palette

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

Warm Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d0b1;
}
.color-2 {
color: #f7a992;
}
.color-3 {
color: #f6815a;
}
.color-4 {
color: #ea4f3e;
}
.color-5 {
color: #c94e40;
}

/* CSS Variables */
:root {
--color-1: #f7d0b1;
--color-2: #f7a992;
--color-3: #f6815a;
--color-4: #ea4f3e;
--color-5: #c94e40;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d0b1, #f7a992, #f6815a, #ea4f3e, #c94e40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d0b1, #f7a992, #f6815a, #ea4f3e, #c94e40);
}

Warm Coral color palette created on .