Golden Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Oasis palette

Share this palette to:

Golden Oasis color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f7e7ab;
}
.color-4 {
color: #a6d8d8;
}
.color-5 {
color: #5c9d9c;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6c80e;
--color-3: #f7e7ab;
--color-4: #a6d8d8;
--color-5: #5c9d9c;
}

Golden Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6c80e, #f7e7ab, #a6d8d8, #5c9d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6c80e, #f7e7ab, #a6d8d8, #5c9d9c);
}

Golden Oasis color palette created on .