Whispering Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Blossoms palette

Share this palette to:

Whispering Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f1a7b7;
}
.color-2 {
color: #f8c9d1;
}
.color-3 {
color: #e8d5b5;
}
.color-4 {
color: #b2e0ae;
}
.color-5 {
color: #a3c8e1;
}

/* CSS Variables */
:root {
--color-1: #f1a7b7;
--color-2: #f8c9d1;
--color-3: #e8d5b5;
--color-4: #b2e0ae;
--color-5: #a3c8e1;
}

Whispering Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b7, #f8c9d1, #e8d5b5, #b2e0ae, #a3c8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b7, #f8c9d1, #e8d5b5, #b2e0ae, #a3c8e1);
}

Whispering Blossoms color palette created on .