Serene Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Oasis palette
Serene Oasis color palette CSS
/* CSS */
.color-1 {
color: #abedc3;
}
.color-2 {
color: #b8d1c9;
}
.color-3 {
color: #d7c6b2;
}
.color-4 {
color: #f8e1af;
}
.color-5 {
color: #f6a48e;
}
/* CSS Variables */
:root {
--color-1: #abedc3;
--color-2: #b8d1c9;
--color-3: #d7c6b2;
--color-4: #f8e1af;
--color-5: #f6a48e;
}
Serene Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abedc3, #b8d1c9, #d7c6b2, #f8e1af, #f6a48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abedc3, #b8d1c9, #d7c6b2, #f8e1af, #f6a48e);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Serene Oasis color palette created on .