Serene Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Oasis palette
Download Serene Oasis Color Palette (PNG)
Serene Oasis color palette CSS
/* CSS */
.color-1 {
color: #83b9b9;
}
.color-2 {
color: #83c383;
}
.color-3 {
color: #a7d68f;
}
.color-4 {
color: #d6c39a;
}
.color-5 {
color: #b48d8d;
}
/* CSS Variables */
:root {
--color-1: #83b9b9;
--color-2: #83c383;
--color-3: #a7d68f;
--color-4: #d6c39a;
--color-5: #b48d8d;
}
Serene Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83b9b9, #83c383, #a7d68f, #d6c39a, #b48d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83b9b9, #83c383, #a7d68f, #d6c39a, #b48d8d);
}
Similar color palettes
Scroll down to explore 40+ Aqua color palettes
Serene Oasis color palette created on .