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