Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Oasis Color Palette (PNG)
Oasis color palette CSS
/* CSS */
.color-1 {
color: #f1d5c6;
}
.color-2 {
color: #e8b7a1;
}
.color-3 {
color: #d19a7a;
}
.color-4 {
color: #b5714f;
}
.color-5 {
color: #794c39;
}
/* CSS Variables */
:root {
--color-1: #f1d5c6;
--color-2: #e8b7a1;
--color-3: #d19a7a;
--color-4: #b5714f;
--color-5: #794c39;
}
Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d5c6, #e8b7a1, #d19a7a, #b5714f, #794c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d5c6, #e8b7a1, #d19a7a, #b5714f, #794c39);
}
Similar color palettes
Scroll down to explore 4 colors.oasis color palettes
Oasis color palette created on .