Sunlit Sands Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Sands palette
Sunlit Sands color palette PNG image
Sunlit Sands color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f9e9c8;
}
.color-3 {
color: #e0c1a4;
}
.color-4 {
color: #d2a779;
}
.color-5 {
color: #b98350;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9e9c8;
--color-3: #e0c1a4;
--color-4: #d2a779;
--color-5: #b98350;
}
Sunlit Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9e9c8, #e0c1a4, #d2a779, #b98350);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9e9c8, #e0c1a4, #d2a779, #b98350);
}
Similar color palettes
Sunlit Sands color palette created on .