Sunlit Sagebrush Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Sagebrush Serenade palette

Share this palette to:

Sunlit Sagebrush Serenade color palette CSS

/* CSS */
.color-1 {
color: #ffdfa8;
}
.color-2 {
color: #ffec1a;
}
.color-3 {
color: #ceff47;
}
.color-4 {
color: #ff2b0a;
}
.color-5 {
color: #f04800;
}

/* CSS Variables */
:root {
--color-1: #ffdfa8;
--color-2: #ffec1a;
--color-3: #ceff47;
--color-4: #ff2b0a;
--color-5: #f04800;
}

Sunlit Sagebrush Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdfa8, #ffec1a, #ceff47, #ff2b0a, #f04800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdfa8, #ffec1a, #ceff47, #ff2b0a, #f04800);
}

Sunlit Sagebrush Serenade color palette created on .