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: #a8e6ce;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #d4a8ff;
}
.color-5 {
color: #fab700;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #ffadad;
--color-3: #ffc29e;
--color-4: #d4a8ff;
--color-5: #fab700;
}
Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #ffadad, #ffc29e, #d4a8ff, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #ffadad, #ffc29e, #d4a8ff, #fab700);
}
Similar color palettes
Scroll down to explore 300+ Spring color palettes
Blossom Breeze color palette created on .