Crimson Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

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

Crimson Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f15a27;
}
.color-3 {
color: #f1a93b;
}
.color-4 {
color: #f6c165;
}
.color-5 {
color: #ffcb5c;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f15a27;
--color-3: #f1a93b;
--color-4: #f6c165;
--color-5: #ffcb5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f15a27, #f1a93b, #f6c165, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f15a27, #f1a93b, #f6c165, #ffcb5c);
}

Crimson Sunrise color palette created on .