Crimson Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunset palette

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

Crimson Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #e54f3e;
}
.color-3 {
color: #f1785f;
}
.color-4 {
color: #f9a26c;
}
.color-5 {
color: #fcd6a1;
}

/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #e54f3e;
--color-3: #f1785f;
--color-4: #f9a26c;
--color-5: #fcd6a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #e54f3e, #f1785f, #f9a26c, #fcd6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #e54f3e, #f1785f, #f9a26c, #fcd6a1);
}

Crimson Sunset color palette created on .