Whispers of Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Bloom palette
Whispers of Bloom color palette CSS
/* CSS */
.color-1 {
color: #fba2e3;
}
.color-2 {
color: #e09ac0;
}
.color-3 {
color: #d08ac2;
}
.color-4 {
color: #c57c9e;
}
.color-5 {
color: #a46a8d;
}
/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #e09ac0;
--color-3: #d08ac2;
--color-4: #c57c9e;
--color-5: #a46a8d;
}
Whispers of Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #e09ac0, #d08ac2, #c57c9e, #a46a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #e09ac0, #d08ac2, #c57c9e, #a46a8d);
}
Similar color palettes
Whispers of Bloom color palette created on .