Desert Deputy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Deputy palette

Share this palette to:

Desert Deputy color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #6bae8c;
}
.color-5 {
color: #4e8997;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f3ca4f;
--color-3: #a3d55d;
--color-4: #6bae8c;
--color-5: #4e8997;
}

Desert Deputy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f3ca4f, #a3d55d, #6bae8c, #4e8997);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f3ca4f, #a3d55d, #6bae8c, #4e8997);
}

Desert Deputy color palette created on .