Sunlit Forest Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Forest Oasis palette

Share this palette to:

Sunlit Forest Oasis color palette CSS

/* CSS */
.color-1 {
color: #e8e396;
}
.color-2 {
color: #d1a442;
}
.color-3 {
color: #25cbba;
}
.color-4 {
color: #9c6221;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #e8e396;
--color-2: #d1a442;
--color-3: #25cbba;
--color-4: #9c6221;
--color-5: #000000;
}

Sunlit Forest Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e396, #d1a442, #25cbba, #9c6221, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e396, #d1a442, #25cbba, #9c6221, #000000);
}

Similar color palettes

Sunlit Forest Oasis color palette created on .