Crimson Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

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

Crimson Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #a3000e;
}
.color-2 {
color: #d52a2a;
}
.color-3 {
color: #e65c5e;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f8d86d;
}

/* CSS Variables */
:root {
--color-1: #a3000e;
--color-2: #d52a2a;
--color-3: #e65c5e;
--color-4: #f5a524;
--color-5: #f8d86d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3000e, #d52a2a, #e65c5e, #f5a524, #f8d86d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3000e, #d52a2a, #e65c5e, #f5a524, #f8d86d);
}

Crimson Sunrise color palette created on .