Serene Sunset Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sunset Oasis palette

Share this palette to:

Serene Sunset Oasis color palette CSS

/* CSS */
.color-1 {
color: #f99f3e;
}
.color-2 {
color: #f6c0b1;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #3e8ea3;
}
.color-5 {
color: #2c3f58;
}

/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f6c0b1;
--color-3: #88d8b0;
--color-4: #3e8ea3;
--color-5: #2c3f58;
}

Serene Sunset Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f6c0b1, #88d8b0, #3e8ea3, #2c3f58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f6c0b1, #88d8b0, #3e8ea3, #2c3f58);
}

Serene Sunset Oasis color palette created on .