Infernal Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Infernal Sunrise palette

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

Infernal Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #9f3c3e;
}
.color-2 {
color: #c84c4e;
}
.color-3 {
color: #e68970;
}
.color-4 {
color: #f1b58e;
}
.color-5 {
color: #f6e7a7;
}

/* CSS Variables */
:root {
--color-1: #9f3c3e;
--color-2: #c84c4e;
--color-3: #e68970;
--color-4: #f1b58e;
--color-5: #f6e7a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f3c3e, #c84c4e, #e68970, #f1b58e, #f6e7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f3c3e, #c84c4e, #e68970, #f1b58e, #f6e7a7);
}

Infernal Sunrise color palette created on .