Crimson Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Whisper palette

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

Crimson Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdbdb;
}
.color-2 {
color: #ff9999;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #cc0000;
}
.color-5 {
color: #990000;
}

/* CSS Variables */
:root {
--color-1: #ffdbdb;
--color-2: #ff9999;
--color-3: #ff4d4d;
--color-4: #cc0000;
--color-5: #990000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbdb, #ff9999, #ff4d4d, #cc0000, #990000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbdb, #ff9999, #ff4d4d, #cc0000, #990000);
}

Crimson Whisper color palette created on .