Crimson Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

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

Crimson Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #870322;
}
.color-2 {
color: #a13a3c;
}
.color-3 {
color: #d05d5f;
}
.color-4 {
color: #f1a65f;
}
.color-5 {
color: #f6d8b1;
}

/* CSS Variables */
:root {
--color-1: #870322;
--color-2: #a13a3c;
--color-3: #d05d5f;
--color-4: #f1a65f;
--color-5: #f6d8b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #870322, #a13a3c, #d05d5f, #f1a65f, #f6d8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #870322, #a13a3c, #d05d5f, #f1a65f, #f6d8b1);
}

Crimson Sunrise color palette created on .