Blossom Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Whispers palette

Share this palette to:

Blossom Whispers color palette CSS

/* CSS */
.color-1 {
color: #efc3c4;
}
.color-2 {
color: #f1dbda;
}
.color-3 {
color: #e0c2de;
}
.color-4 {
color: #d3b8db;
}
.color-5 {
color: #c0cfdd;
}

/* CSS Variables */
:root {
--color-1: #efc3c4;
--color-2: #f1dbda;
--color-3: #e0c2de;
--color-4: #d3b8db;
--color-5: #c0cfdd;
}

Blossom Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efc3c4, #f1dbda, #e0c2de, #d3b8db, #c0cfdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efc3c4, #f1dbda, #e0c2de, #d3b8db, #c0cfdd);
}

Blossom Whispers color palette created on .