Cinnabar Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cinnabar Sunset palette

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

Cinnabar Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e34435;
}
.color-2 {
color: #da4b2b;
}
.color-3 {
color: #c85a28;
}
.color-4 {
color: #e7a14b;
}
.color-5 {
color: #f0c24c;
}

/* CSS Variables */
:root {
--color-1: #e34435;
--color-2: #da4b2b;
--color-3: #c85a28;
--color-4: #e7a14b;
--color-5: #f0c24c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e34435, #da4b2b, #c85a28, #e7a14b, #f0c24c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e34435, #da4b2b, #c85a28, #e7a14b, #f0c24c);
}

Cinnabar Sunset color palette created on .