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: #ff8c00;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffff57;
}
.color-4 {
color: #99ff99;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffcc00;
--color-3: #ffff57;
--color-4: #99ff99;
--color-5: #00bfff;
}

Sunlit Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffcc00, #ffff57, #99ff99, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffcc00, #ffff57, #99ff99, #00bfff);
}

Sunlit Oasis color palette created on .