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: #f7b5a1;
}
.color-2 {
color: #f4e2b3;
}
.color-3 {
color: #a5d9d9;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f4e2b3;
--color-3: #a5d9d9;
--color-4: #4eb7ac;
--color-5: #2a9d90;
}
Serene Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f4e2b3, #a5d9d9, #4eb7ac, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f4e2b3, #a5d9d9, #4eb7ac, #2a9d90);
}
Similar color palettes
Serene Oasis color palette created on .