Serpent's Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serpent's Whisper palette

Share this palette to:

Serpent's Whisper color palette 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 background gradient 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 .