Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sunset palette

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

Coral Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #c25719;
}
.color-2 {
color: #f69e23;
}
.color-3 {
color: #f5d75b;
}
.color-4 {
color: #f6b5b1;
}
.color-5 {
color: #d95e3f;
}

/* CSS Variables */
:root {
--color-1: #c25719;
--color-2: #f69e23;
--color-3: #f5d75b;
--color-4: #f6b5b1;
--color-5: #d95e3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c25719, #f69e23, #f5d75b, #f6b5b1, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c25719, #f69e23, #f5d75b, #f6b5b1, #d95e3f);
}

Coral Sunset color palette created on .