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: #eab8e4;
}
.color-2 {
color: #d69ab7;
}
.color-3 {
color: #b68dbf;
}
.color-4 {
color: #c8aada;
}
.color-5 {
color: #8b6ab9;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d69ab7;
--color-3: #b68dbf;
--color-4: #c8aada;
--color-5: #8b6ab9;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d69ab7, #b68dbf, #c8aada, #8b6ab9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d69ab7, #b68dbf, #c8aada, #8b6ab9);
}

Blossom Whisper color palette created on .