Serene Sunlit Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sunlit Oasis palette

Share this palette to:

Serene Sunlit Oasis color palette CSS

/* CSS */
.color-1 {
color: #ebf4f1;
}
.color-2 {
color: #f3d591;
}
.color-3 {
color: #9ecfe0;
}
.color-4 {
color: #f09351;
}
.color-5 {
color: #65c366;
}

/* CSS Variables */
:root {
--color-1: #ebf4f1;
--color-2: #f3d591;
--color-3: #9ecfe0;
--color-4: #f09351;
--color-5: #65c366;
}

Serene Sunlit Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebf4f1, #f3d591, #9ecfe0, #f09351, #65c366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebf4f1, #f3d591, #9ecfe0, #f09351, #65c366);
}

Similar color palettes

Scroll down to explore 1 Soft teal color palette

Serene Sunlit Oasis color palette created on .