Sunkissed Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunkissed Oasis palette

Share this palette to:

Sunkissed Oasis color palette CSS

/* CSS */
.color-1 {
color: #f07314;
}
.color-2 {
color: #f5a819;
}
.color-3 {
color: #f9e143;
}
.color-4 {
color: #c7e972;
}
.color-5 {
color: #54cbe3;
}

/* CSS Variables */
:root {
--color-1: #f07314;
--color-2: #f5a819;
--color-3: #f9e143;
--color-4: #c7e972;
--color-5: #54cbe3;
}

Sunkissed Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f07314, #f5a819, #f9e143, #c7e972, #54cbe3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f07314, #f5a819, #f9e143, #c7e972, #54cbe3);
}

Sunkissed Oasis color palette created on .