Blossom Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Whispers palette
Blossom Whispers color palette CSS
/* CSS */
.color-1 {
color: #f4c8e2;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f0a3c4;
}
.color-4 {
color: #d57cbd;
}
.color-5 {
color: #a85d91;
}
/* CSS Variables */
:root {
--color-1: #f4c8e2;
--color-2: #eab8d1;
--color-3: #f0a3c4;
--color-4: #d57cbd;
--color-5: #a85d91;
}
Blossom Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c8e2, #eab8d1, #f0a3c4, #d57cbd, #a85d91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c8e2, #eab8d1, #f0a3c4, #d57cbd, #a85d91);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blossom Whispers color palette created on .