Sunset Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Oasis palette
Sunset Oasis color palette CSS
/* CSS */
.color-1 {
color: #e22b28;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f9d44e;
}
.color-4 {
color: #6ebf8c;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #e22b28;
--color-2: #ff6d1f;
--color-3: #f9d44e;
--color-4: #6ebf8c;
--color-5: #2a9d90;
}
Sunset Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e22b28, #ff6d1f, #f9d44e, #6ebf8c, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e22b28, #ff6d1f, #f9d44e, #6ebf8c, #2a9d90);
}
Similar color palettes
Sunset Oasis color palette created on .