Blush Whisper Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Whisper Harmony palette

Share this palette to:

Blush Whisper Harmony color palette CSS

/* CSS */
.color-1 {
color: #eeedec;
}
.color-2 {
color: #dfd9d3;
}
.color-3 {
color: #f0b1a3;
}
.color-4 {
color: #c0bcb4;
}
.color-5 {
color: #ca7b72;
}

/* CSS Variables */
:root {
--color-1: #eeedec;
--color-2: #dfd9d3;
--color-3: #f0b1a3;
--color-4: #c0bcb4;
--color-5: #ca7b72;
}

Blush Whisper Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeedec, #dfd9d3, #f0b1a3, #c0bcb4, #ca7b72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeedec, #dfd9d3, #f0b1a3, #c0bcb4, #ca7b72);
}

Similar color palettes

Blush Whisper Harmony color palette created on .