Whimsical Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Oasis palette
Whimsical Oasis color palette CSS
/* CSS */
.color-1 {
color: #a7d3c3;
}
.color-2 {
color: #a4d6ae;
}
.color-3 {
color: #98c8a6;
}
.color-4 {
color: #d6aea4;
}
.color-5 {
color: #f1c1c1;
}
/* CSS Variables */
:root {
--color-1: #a7d3c3;
--color-2: #a4d6ae;
--color-3: #98c8a6;
--color-4: #d6aea4;
--color-5: #f1c1c1;
}
Whimsical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3c3, #a4d6ae, #98c8a6, #d6aea4, #f1c1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3c3, #a4d6ae, #98c8a6, #d6aea4, #f1c1c1);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whimsical Oasis color palette created on .