Crimson Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Whisper palette

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

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

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

Crimson Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #892a2a;
}
.color-2 {
color: #c94a4a;
}
.color-3 {
color: #f1b1b1;
}
.color-4 {
color: #f9d2d2;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #892a2a;
--color-2: #c94a4a;
--color-3: #f1b1b1;
--color-4: #f9d2d2;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #892a2a, #c94a4a, #f1b1b1, #f9d2d2, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #892a2a, #c94a4a, #f1b1b1, #f9d2d2, #ffffff);
}

Crimson Whisper color palette created on .