Desert Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Dream palette
Desert Dream color palette PNG image
Desert Dream color palette CSS
/* CSS */
.color-1 {
color: #e2c0a6;
}
.color-2 {
color: #d4a68c;
}
.color-3 {
color: #bfa45f;
}
.color-4 {
color: #c89b46;
}
.color-5 {
color: #c26c4c;
}
/* CSS Variables */
:root {
--color-1: #e2c0a6;
--color-2: #d4a68c;
--color-3: #bfa45f;
--color-4: #c89b46;
--color-5: #c26c4c;
}
Desert Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c0a6, #d4a68c, #bfa45f, #c89b46, #c26c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c0a6, #d4a68c, #bfa45f, #c89b46, #c26c4c);
}
Similar color palettes
Desert Dream color palette created on .