Sally's Garden Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sally's Garden Breeze palette
Sally's Garden Breeze color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #fddc86;
}
.color-3 {
color: #f0b55c;
}
.color-4 {
color: #6aa97d;
}
.color-5 {
color: #4b8b8b;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #fddc86;
--color-3: #f0b55c;
--color-4: #6aa97d;
--color-5: #4b8b8b;
}
Sally's Garden Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #fddc86, #f0b55c, #6aa97d, #4b8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #fddc86, #f0b55c, #6aa97d, #4b8b8b);
}
Similar color palettes
Sally's Garden Breeze color palette created on .