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: #f5b2d4;
}
.color-2 {
color: #fbad89;
}
.color-3 {
color: #fce95a;
}
.color-4 {
color: #a2d8c3;
}
.color-5 {
color: #4aafed;
}
/* CSS Variables */
:root {
--color-1: #f5b2d4;
--color-2: #fbad89;
--color-3: #fce95a;
--color-4: #a2d8c3;
--color-5: #4aafed;
}
Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2d4, #fbad89, #fce95a, #a2d8c3, #4aafed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2d4, #fbad89, #fce95a, #a2d8c3, #4aafed);
}
Similar color palettes
Blossom Breeze color palette created on .