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: #f9aeae;
}
.color-2 {
color: #f9caa9;
}
.color-3 {
color: #f3ebaf;
}
.color-4 {
color: #a6d88d;
}
.color-5 {
color: #5cb6d6;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9caa9;
--color-3: #f3ebaf;
--color-4: #a6d88d;
--color-5: #5cb6d6;
}
Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9caa9, #f3ebaf, #a6d88d, #5cb6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9caa9, #f3ebaf, #a6d88d, #5cb6d6);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Blossom Breeze color palette created on .