Sunlit Serene Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Serene Oasis palette

Share this palette to:

Sunlit Serene Oasis color palette CSS

/* CSS */
.color-1 {
color: #e3ded8;
}
.color-2 {
color: #f0c266;
}
.color-3 {
color: #dcbba3;
}
.color-4 {
color: #af9079;
}
.color-5 {
color: #4c9a95;
}

/* CSS Variables */
:root {
--color-1: #e3ded8;
--color-2: #f0c266;
--color-3: #dcbba3;
--color-4: #af9079;
--color-5: #4c9a95;
}

Sunlit Serene Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3ded8, #f0c266, #dcbba3, #af9079, #4c9a95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3ded8, #f0c266, #dcbba3, #af9079, #4c9a95);
}

Similar color palettes

Scroll down to explore 2 Soft beige color palettes

Sunlit Serene Oasis color palette created on .