Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sunset palette

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

Coral Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f6b4a7;
}
.color-3 {
color: #f7a78d;
}
.color-4 {
color: #f69a6f;
}
.color-5 {
color: #f28c5a;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f6b4a7;
--color-3: #f7a78d;
--color-4: #f69a6f;
--color-5: #f28c5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f6b4a7, #f7a78d, #f69a6f, #f28c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f6b4a7, #f7a78d, #f69a6f, #f28c5a);
}

Coral Sunset color palette created on .