Crimson Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Twilight palette

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

Crimson Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #9c2b2b;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #d65c3d;
}
.color-4 {
color: #f2b32c;
}
.color-5 {
color: #2b5e9c;
}

/* CSS Variables */
:root {
--color-1: #9c2b2b;
--color-2: #e13e33;
--color-3: #d65c3d;
--color-4: #f2b32c;
--color-5: #2b5e9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c2b2b, #e13e33, #d65c3d, #f2b32c, #2b5e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c2b2b, #e13e33, #d65c3d, #f2b32c, #2b5e9c);
}

Crimson Twilight color palette created on .