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: #d06da1;
}
.color-2 {
color: #e8a1c0;
}
.color-3 {
color: #f1c6d0;
}
.color-4 {
color: #f5e0e4;
}
.color-5 {
color: #f9f0f2;
}

/* CSS Variables */
:root {
--color-1: #d06da1;
--color-2: #e8a1c0;
--color-3: #f1c6d0;
--color-4: #f5e0e4;
--color-5: #f9f0f2;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d06da1, #e8a1c0, #f1c6d0, #f5e0e4, #f9f0f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d06da1, #e8a1c0, #f1c6d0, #f5e0e4, #f9f0f2);
}

Blossom Whisper color palette created on .