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: #f39d39;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #a2d25b;
}
.color-4 {
color: #4abf8a;
}
.color-5 {
color: #2b8dab;
}
/* CSS Variables */
:root {
--color-1: #f39d39;
--color-2: #f7c94b;
--color-3: #a2d25b;
--color-4: #4abf8a;
--color-5: #2b8dab;
}
Sunlit Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f39d39, #f7c94b, #a2d25b, #4abf8a, #2b8dab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f39d39, #f7c94b, #a2d25b, #4abf8a, #2b8dab);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Sunlit Oasis color palette created on .