Whimsical Sunlit Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Sunlit Oasis palette
Whimsical Sunlit Oasis color palette CSS
/* CSS */
.color-1 {
color: #f3efe7;
}
.color-2 {
color: #fadda3;
}
.color-3 {
color: #f0b547;
}
.color-4 {
color: #b7ac95;
}
.color-5 {
color: #61ccb8;
}
/* CSS Variables */
:root {
--color-1: #f3efe7;
--color-2: #fadda3;
--color-3: #f0b547;
--color-4: #b7ac95;
--color-5: #61ccb8;
}
Whimsical Sunlit Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3efe7, #fadda3, #f0b547, #b7ac95, #61ccb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3efe7, #fadda3, #f0b547, #b7ac95, #61ccb8);
}
Similar color palettes
Scroll down to explore 2 Soft beige color palettes
Whimsical Sunlit Oasis color palette created on .