Sunset in the Garden of Peace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset in the Garden of Peace palette
Sunset in the Garden of Peace color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e2af40;
}
.color-3 {
color: #d6803d;
}
.color-4 {
color: #a44a3d;
}
.color-5 {
color: #5c2d3f;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e2af40;
--color-3: #d6803d;
--color-4: #a44a3d;
--color-5: #5c2d3f;
}
Sunset in the Garden of Peace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e2af40, #d6803d, #a44a3d, #5c2d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e2af40, #d6803d, #a44a3d, #5c2d3f);
}
Similar color palettes
Sunset in the Garden of Peace color palette created on .