Desert Rose Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Rose Serenade palette

Share this palette to:

Desert Rose Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7e6a1;
}
.color-2 {
color: #f6a76f;
}
.color-3 {
color: #f2a07d;
}
.color-4 {
color: #d6808d;
}
.color-5 {
color: #c76b9e;
}

/* CSS Variables */
:root {
--color-1: #f7e6a1;
--color-2: #f6a76f;
--color-3: #f2a07d;
--color-4: #d6808d;
--color-5: #c76b9e;
}

Desert Rose Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a1, #f6a76f, #f2a07d, #d6808d, #c76b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a1, #f6a76f, #f2a07d, #d6808d, #c76b9e);
}

Desert Rose Serenade color palette created on .