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