Desert Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Delight palette
Desert Delight color palette CSS
/* CSS */
.color-1 {
color: #b6e8b0;
}
.color-2 {
color: #a8d6b8;
}
.color-3 {
color: #edb88c;
}
.color-4 {
color: #d69b6b;
}
.color-5 {
color: #ebad84;
}
/* CSS Variables */
:root {
--color-1: #b6e8b0;
--color-2: #a8d6b8;
--color-3: #edb88c;
--color-4: #d69b6b;
--color-5: #ebad84;
}
Desert Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e8b0, #a8d6b8, #edb88c, #d69b6b, #ebad84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e8b0, #a8d6b8, #edb88c, #d69b6b, #ebad84);
}
Similar color palettes
Desert Delight color palette created on .