Blossom Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blossom Breeze Color Palette (PNG)
Blossom Breeze color palette CSS
/* CSS */
.color-1 {
color: #f97bb2;
}
.color-2 {
color: #fad1dc;
}
.color-3 {
color: #f1b1c5;
}
.color-4 {
color: #f1e4ea;
}
.color-5 {
color: #f5bccf;
}
/* CSS Variables */
:root {
--color-1: #f97bb2;
--color-2: #fad1dc;
--color-3: #f1b1c5;
--color-4: #f1e4ea;
--color-5: #f5bccf;
}
Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f97bb2, #fad1dc, #f1b1c5, #f1e4ea, #f5bccf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f97bb2, #fad1dc, #f1b1c5, #f1e4ea, #f5bccf);
}
Similar color palettes
Blossom Breeze color palette created on .