Crimson Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Dream palette

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

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

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

Crimson Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #3b0d18;
}
.color-2 {
color: #6a294b;
}
.color-3 {
color: #c57c9d;
}
.color-4 {
color: #e95d75;
}
.color-5 {
color: #c71a3c;
}

/* CSS Variables */
:root {
--color-1: #3b0d18;
--color-2: #6a294b;
--color-3: #c57c9d;
--color-4: #e95d75;
--color-5: #c71a3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0d18, #6a294b, #c57c9d, #e95d75, #c71a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0d18, #6a294b, #c57c9d, #e95d75, #c71a3c);
}

Crimson Dream color palette created on .