Blossom Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Breeze palette
Blossom Breeze color palette CSS
/* CSS */
.color-1 {
color: #f8ddee;
}
.color-2 {
color: #f7cae0;
}
.color-3 {
color: #f2bad3;
}
.color-4 {
color: #e7abc8;
}
.color-5 {
color: #cf87b9;
}
/* CSS Variables */
:root {
--color-1: #f8ddee;
--color-2: #f7cae0;
--color-3: #f2bad3;
--color-4: #e7abc8;
--color-5: #cf87b9;
}
Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ddee, #f7cae0, #f2bad3, #e7abc8, #cf87b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ddee, #f7cae0, #f2bad3, #e7abc8, #cf87b9);
}
Similar color palettes
Scroll down to explore 400+ Pink color palettes
Blossom Breeze color palette created on .