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: #f9a824;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #3ed0a0;
}
/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f1c84b;
--color-3: #f4d35d;
--color-4: #a3d55d;
--color-5: #3ed0a0;
}
Sunlit Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f1c84b, #f4d35d, #a3d55d, #3ed0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f1c84b, #f4d35d, #a3d55d, #3ed0a0);
}
Similar color palettes
- Sunset Serenity
- Kaleidoscope Whimsy
- Enchanted Forest Bloom
- Verdant Harmony
- Shades of Green and Yellow
- Serene Aqua Breeze
- Minted Sunset
- Sunset Orange
- Sunset Serenade
- Shades of Green
- Samuel's Serenade
- Shades of Green
- Sargasso Serenity
- Northern Serenity
- Shades of Green
- Cartographic Dreams
- Verdant Harmony
- Crimson Festivity
Sunlit Oasis color palette created on .