Sunlit Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Oasis palette
Sunlit Oasis color palette CSS
/* CSS */
.color-1 {
color: #dcbfa7;
}
.color-2 {
color: #e8d8c9;
}
.color-3 {
color: #f0ebdb;
}
.color-4 {
color: #c1e1dc;
}
.color-5 {
color: #68c0c4;
}
/* CSS Variables */
:root {
--color-1: #dcbfa7;
--color-2: #e8d8c9;
--color-3: #f0ebdb;
--color-4: #c1e1dc;
--color-5: #68c0c4;
}
Sunlit Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcbfa7, #e8d8c9, #f0ebdb, #c1e1dc, #68c0c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcbfa7, #e8d8c9, #f0ebdb, #c1e1dc, #68c0c4);
}
Similar color palettes
- Vanilla Dreamscape
- Shades of Beige
- Light Brown
- Light Beige
- Whispering Biscotti
- Golden Cookie
- Vanilla Sunrise Serenade
- Sweet Spring Whimsy
- Seaside Confectionery
- Light Brown
- Light Beige
- Whispering Cookie Dreams
- Brown Cookie
- Golden Shades
- Enchanted Dust Whisper
- Enchanted Dust Whisper
- Seaside Confections
- Dusky Cookie Delight
Sunlit Oasis color palette created on .