Blossom Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Whisper palette

Share this palette to:

Blossom Whisper color palette CSS

/* CSS */
.color-1 {
color: #e4b9c1;
}
.color-2 {
color: #f8d2af;
}
.color-3 {
color: #f5daa3;
}
.color-4 {
color: #f3e5a5;
}
.color-5 {
color: #d5e8bf;
}

/* CSS Variables */
:root {
--color-1: #e4b9c1;
--color-2: #f8d2af;
--color-3: #f5daa3;
--color-4: #f3e5a5;
--color-5: #d5e8bf;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b9c1, #f8d2af, #f5daa3, #f3e5a5, #d5e8bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b9c1, #f8d2af, #f5daa3, #f3e5a5, #d5e8bf);
}

Blossom Whisper color palette created on .