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: #f39d39;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #a2d25b;
}
.color-4 {
color: #4abf8a;
}
.color-5 {
color: #2b8dab;
}

/* CSS Variables */
:root {
--color-1: #f39d39;
--color-2: #f7c94b;
--color-3: #a2d25b;
--color-4: #4abf8a;
--color-5: #2b8dab;
}

CSS con gradiente di sfondo Sunlit Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f39d39, #f7c94b, #a2d25b, #4abf8a, #2b8dab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f39d39, #f7c94b, #a2d25b, #4abf8a, #2b8dab);
}

Sunlit Oasis color palette created on .