Serene Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Oasis palette

Share this palette to:

Serene Oasis color palette CSS

/* CSS */
.color-1 {
color: #d3e3b0;
}
.color-2 {
color: #b0d8b0;
}
.color-3 {
color: #8ac7ae;
}
.color-4 {
color: #4fb9c9;
}
.color-5 {
color: #3a90a1;
}

/* CSS Variables */
:root {
--color-1: #d3e3b0;
--color-2: #b0d8b0;
--color-3: #8ac7ae;
--color-4: #4fb9c9;
--color-5: #3a90a1;
}

Serene Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e3b0, #b0d8b0, #8ac7ae, #4fb9c9, #3a90a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e3b0, #b0d8b0, #8ac7ae, #4fb9c9, #3a90a1);
}

Serene Oasis color palette created on .