Sunset Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Oasis palette

Condividi questa palette a:

tavolozza dei colori Sunset Oasis CSS

/* CSS */
.color-1 {
color: #d94f3a;
}
.color-2 {
color: #e69f3d;
}
.color-3 {
color: #f2da6e;
}
.color-4 {
color: #88c4d3;
}
.color-5 {
color: #3b7ba0;
}

/* CSS Variables */
:root {
--color-1: #d94f3a;
--color-2: #e69f3d;
--color-3: #f2da6e;
--color-4: #88c4d3;
--color-5: #3b7ba0;
}

CSS con gradiente di sfondo Sunset Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94f3a, #e69f3d, #f2da6e, #88c4d3, #3b7ba0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94f3a, #e69f3d, #f2da6e, #88c4d3, #3b7ba0);
}

Sunset Oasis color palette created on .