Serene Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serene Oasis Color Palette (PNG)
Serene Oasis color palette CSS
/* CSS */
.color-1 {
color: #a9b2af;
}
.color-2 {
color: #b7c3bf;
}
.color-3 {
color: #d2e0d3;
}
.color-4 {
color: #f3e7a0;
}
.color-5 {
color: #d9c3b5;
}
/* CSS Variables */
:root {
--color-1: #a9b2af;
--color-2: #b7c3bf;
--color-3: #d2e0d3;
--color-4: #f3e7a0;
--color-5: #d9c3b5;
}
Serene Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b2af, #b7c3bf, #d2e0d3, #f3e7a0, #d9c3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b2af, #b7c3bf, #d2e0d3, #f3e7a0, #d9c3b5);
}
Similar color palettes
Serene Oasis color palette created on .