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: #dcbfa7;
}
.color-2 {
color: #e8d8c9;
}
.color-3 {
color: #f0ebdb;
}
.color-4 {
color: #c1e1dc;
}
.color-5 {
color: #68c0c4;
}

/* CSS Variables */
:root {
--color-1: #dcbfa7;
--color-2: #e8d8c9;
--color-3: #f0ebdb;
--color-4: #c1e1dc;
--color-5: #68c0c4;
}

Sunlit Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcbfa7, #e8d8c9, #f0ebdb, #c1e1dc, #68c0c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcbfa7, #e8d8c9, #f0ebdb, #c1e1dc, #68c0c4);
}

Sunlit Oasis color palette created on .