Sunlit Sand Dunes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Sand Dunes palette
Sunlit Sand Dunes color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #edece9;
}
.color-3 {
color: #d4cdbf;
}
.color-4 {
color: #edc864;
}
.color-5 {
color: #f8a90d;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #edece9;
--color-3: #d4cdbf;
--color-4: #edc864;
--color-5: #f8a90d;
}
Sunlit Sand Dunes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #edece9, #d4cdbf, #edc864, #f8a90d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #edece9, #d4cdbf, #edc864, #f8a90d);
}
Similar color palettes
Sunlit Sand Dunes color palette created on .