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: #3b8e91;
}
.color-2 {
color: #4ec1af;
}
.color-3 {
color: #76d6a4;
}
.color-4 {
color: #9ee0c5;
}
.color-5 {
color: #d2f4e2;
}

/* CSS Variables */
:root {
--color-1: #3b8e91;
--color-2: #4ec1af;
--color-3: #76d6a4;
--color-4: #9ee0c5;
--color-5: #d2f4e2;
}

Serene Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8e91, #4ec1af, #76d6a4, #9ee0c5, #d2f4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8e91, #4ec1af, #76d6a4, #9ee0c5, #d2f4e2);
}

Serene Oasis color palette created on .