Crimson Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

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

Crimson Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #8d0220;
}
.color-2 {
color: #b63b2b;
}
.color-3 {
color: #e86f4a;
}
.color-4 {
color: #f1b641;
}
.color-5 {
color: #f9e4a4;
}

/* CSS Variables */
:root {
--color-1: #8d0220;
--color-2: #b63b2b;
--color-3: #e86f4a;
--color-4: #f1b641;
--color-5: #f9e4a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d0220, #b63b2b, #e86f4a, #f1b641, #f9e4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d0220, #b63b2b, #e86f4a, #f1b641, #f9e4a4);
}

Crimson Sunrise color palette created on .