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: #f5b8b2;
}
.color-2 {
color: #ffed8a;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #6ab9f0;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #ffed8a;
--color-3: #a3d55d;
--color-4: #6ab9f0;
--color-5: #eab8e4;
}
Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #ffed8a, #a3d55d, #6ab9f0, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #ffed8a, #a3d55d, #6ab9f0, #eab8e4);
}
Similar color palettes
Scroll down to explore 700+ Spring color palettes
Blossom Breeze color palette created on .