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