Sunset Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Garden palette
Sunset Garden color palette CSS
/* CSS */
.color-1 {
color: #f5e5d1;
}
.color-2 {
color: #c6d6b8;
}
.color-3 {
color: #d9b98c;
}
.color-4 {
color: #f3a85e;
}
.color-5 {
color: #e55d3e;
}
/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #c6d6b8;
--color-3: #d9b98c;
--color-4: #f3a85e;
--color-5: #e55d3e;
}
Sunset Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #c6d6b8, #d9b98c, #f3a85e, #e55d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #c6d6b8, #d9b98c, #f3a85e, #e55d3e);
}
Similar color palettes
Scroll down to explore 60 Beach color palettes
Sunset Garden color palette created on .