Desert Rose Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Rose Whisper palette

Share this palette to:

Desert Rose Whisper color palette CSS

/* CSS */
.color-1 {
color: #f4ebd2;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e2b69c;
}
.color-4 {
color: #d89a74;
}
.color-5 {
color: #a87c6b;
}

/* CSS Variables */
:root {
--color-1: #f4ebd2;
--color-2: #f1c6a7;
--color-3: #e2b69c;
--color-4: #d89a74;
--color-5: #a87c6b;
}

Desert Rose Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ebd2, #f1c6a7, #e2b69c, #d89a74, #a87c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ebd2, #f1c6a7, #e2b69c, #d89a74, #a87c6b);
}

Desert Rose Whisper color palette created on .