Sunset Meadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Meadow palette

Share this palette to:

Sunset Meadow color palette CSS

/* CSS */
.color-1 {
color: #d2373a;
}
.color-2 {
color: #e5645d;
}
.color-3 {
color: #f69e4c;
}
.color-4 {
color: #f9c37b;
}
.color-5 {
color: #f2e5a1;
}

/* CSS Variables */
:root {
--color-1: #d2373a;
--color-2: #e5645d;
--color-3: #f69e4c;
--color-4: #f9c37b;
--color-5: #f2e5a1;
}

Sunset Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2373a, #e5645d, #f69e4c, #f9c37b, #f2e5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2373a, #e5645d, #f69e4c, #f9c37b, #f2e5a1);
}

Sunset Meadow color palette created on .