Vanilla Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vanilla Whisper palette

Share this palette to:

Vanilla Whisper color palette CSS

/* CSS */
.color-1 {
color: #f8e6b4;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d6b89a;
}
.color-4 {
color: #c4a082;
}
.color-5 {
color: #b79b76;
}

/* CSS Variables */
:root {
--color-1: #f8e6b4;
--color-2: #e9caa5;
--color-3: #d6b89a;
--color-4: #c4a082;
--color-5: #b79b76;
}

Vanilla Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e6b4, #e9caa5, #d6b89a, #c4a082, #b79b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e6b4, #e9caa5, #d6b89a, #c4a082, #b79b76);
}

Vanilla Whisper color palette created on .