Crimson Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Dreams palette

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

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

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

Crimson Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #9a1d1d;
}
.color-2 {
color: #b12b2b;
}
.color-3 {
color: #d03e3e;
}
.color-4 {
color: #e85e5e;
}
.color-5 {
color: #f1a7a7;
}

/* CSS Variables */
:root {
--color-1: #9a1d1d;
--color-2: #b12b2b;
--color-3: #d03e3e;
--color-4: #e85e5e;
--color-5: #f1a7a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a1d1d, #b12b2b, #d03e3e, #e85e5e, #f1a7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a1d1d, #b12b2b, #d03e3e, #e85e5e, #f1a7a7);
}

Crimson Dreams color palette created on .