Crimson Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

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

Crimson Sunrise カラー パレット PNG 画像

Download crimson sunrise color palette PNG image (landscape)
Download crimson sunrise color palette PNG image (square)

Crimson Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #d60032;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ff9999;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #d60032;
--color-3: #ff5c5c;
--color-4: #ff9999;
--color-5: #ffcdcc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #d60032, #ff5c5c, #ff9999, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #d60032, #ff5c5c, #ff9999, #ffcdcc);
}

Crimson Sunrise color palette created on .