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: #f1e3b7;
}
.color-2 {
color: #a1d7e8;
}
.color-3 {
color: #7ecece;
}
.color-4 {
color: #4cc8b7;
}
.color-5 {
color: #2d8b8b;
}

/* CSS Variables */
:root {
--color-1: #f1e3b7;
--color-2: #a1d7e8;
--color-3: #7ecece;
--color-4: #4cc8b7;
--color-5: #2d8b8b;
}

Serene Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e3b7, #a1d7e8, #7ecece, #4cc8b7, #2d8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e3b7, #a1d7e8, #7ecece, #4cc8b7, #2d8b8b);
}

Serene Oasis color palette created on .