Sunlit Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Oasis palette

Share this palette to:

Sunlit Oasis color palette CSS

/* CSS */
.color-1 {
color: #f9a53e;
}
.color-2 {
color: #f5c25b;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #d3f2a1;
}
.color-5 {
color: #98e7ae;
}

/* CSS Variables */
:root {
--color-1: #f9a53e;
--color-2: #f5c25b;
--color-3: #f9e79f;
--color-4: #d3f2a1;
--color-5: #98e7ae;
}

Sunlit Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a53e, #f5c25b, #f9e79f, #d3f2a1, #98e7ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a53e, #f5c25b, #f9e79f, #d3f2a1, #98e7ae);
}

Sunlit Oasis color palette created on .