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