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: #a85d9f;
}
.color-2 {
color: #d28ebc;
}
.color-3 {
color: #e59fc5;
}
.color-4 {
color: #f7c5d8;
}
.color-5 {
color: #f1a7c6;
}

/* CSS Variables */
:root {
--color-1: #a85d9f;
--color-2: #d28ebc;
--color-3: #e59fc5;
--color-4: #f7c5d8;
--color-5: #f1a7c6;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85d9f, #d28ebc, #e59fc5, #f7c5d8, #f1a7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85d9f, #d28ebc, #e59fc5, #f7c5d8, #f1a7c6);
}

Blossom Whisper color palette created on .