Sunlit Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Oasis palette

Condividi questa palette a:

tavolozza dei colori Sunlit Oasis CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #f5e400;
}
.color-4 {
color: #b7e1e0;
}
.color-5 {
color: #5ea6a1;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5c800;
--color-3: #f5e400;
--color-4: #b7e1e0;
--color-5: #5ea6a1;
}

CSS con gradiente di sfondo Sunlit Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5c800, #f5e400, #b7e1e0, #5ea6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5c800, #f5e400, #b7e1e0, #5ea6a1);
}

Sunlit Oasis color palette created on .