Sands of Time Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sands of Time palette
Sands of Time color palette CSS
/* CSS */
.color-1 {
color: #dbc7b3;
}
.color-2 {
color: #ebdfd1;
}
.color-3 {
color: #ead8cd;
}
.color-4 {
color: #d8bca6;
}
.color-5 {
color: #c8a288;
}
/* CSS Variables */
:root {
--color-1: #dbc7b3;
--color-2: #ebdfd1;
--color-3: #ead8cd;
--color-4: #d8bca6;
--color-5: #c8a288;
}
Sands of Time background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc7b3, #ebdfd1, #ead8cd, #d8bca6, #c8a288);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc7b3, #ebdfd1, #ead8cd, #d8bca6, #c8a288);
}
Similar color palettes
- Enchanted Dust Whisper
- Enchanted Dust Whisper
- Seaside Confections
- Dusky Cookie Delight
- Cheesy Delight
- Embrace of Earth
- Sunkissed Harmony
- Skin Tone Shades
- Serene Elegance
- Creamy Confection Delight
- Sweet Crust Delight
- Peach Whipped Pie
- Lacewood Dreams
- Brown Eclipse
- Rose Virgin
- Light Brown
- Espresso Delight
- Shades of Brown
Sands of Time color palette created on .