Serpent's Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serpent's Whisper palette

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

Serpent's Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e2b8;
}
.color-2 {
color: #e3c5a1;
}
.color-3 {
color: #d0a58a;
}
.color-4 {
color: #b89a6b;
}
.color-5 {
color: #9b7b5f;
}

/* CSS Variables */
:root {
--color-1: #f5e2b8;
--color-2: #e3c5a1;
--color-3: #d0a58a;
--color-4: #b89a6b;
--color-5: #9b7b5f;
}

Serpent's Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2b8, #e3c5a1, #d0a58a, #b89a6b, #9b7b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2b8, #e3c5a1, #d0a58a, #b89a6b, #9b7b5f);
}

Serpent's Whisper color palette created on .