Sunset Over the Prairie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Over the Prairie palette

Share this palette to:

Sunset Over the Prairie color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #e6b800;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #8c5a2b;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #ffcc00;
--color-3: #e6b800;
--color-4: #c39969;
--color-5: #8c5a2b;
}

Sunset Over the Prairie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #ffcc00, #e6b800, #c39969, #8c5a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #ffcc00, #e6b800, #c39969, #8c5a2b);
}

Sunset Over the Prairie color palette created on .