Desert Rose Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Rose Elegance palette

Share this palette to:

Desert Rose Elegance color palette CSS

/* CSS */
.color-1 {
color: #d7a3c5;
}
.color-2 {
color: #c9e4d5;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #f3a29b;
}
.color-5 {
color: #e2b82c;
}

/* CSS Variables */
:root {
--color-1: #d7a3c5;
--color-2: #c9e4d5;
--color-3: #f7c5a6;
--color-4: #f3a29b;
--color-5: #e2b82c;
}

Desert Rose Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a3c5, #c9e4d5, #f7c5a6, #f3a29b, #e2b82c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a3c5, #c9e4d5, #f7c5a6, #f3a29b, #e2b82c);
}

Desert Rose Elegance color palette created on .