Vibrant Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Oasis palette

Share this palette to:

Vibrant Oasis color palette CSS

/* CSS */
.color-1 {
color: #974899;
}
.color-2 {
color: #24ff70;
}
.color-3 {
color: #5ba483;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ff6a3d;
}

/* CSS Variables */
:root {
--color-1: #974899;
--color-2: #24ff70;
--color-3: #5ba483;
--color-4: #f5c400;
--color-5: #ff6a3d;
}

Vibrant Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #974899, #24ff70, #5ba483, #f5c400, #ff6a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #974899, #24ff70, #5ba483, #f5c400, #ff6a3d);
}

Vibrant Oasis color palette created on .