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: #ffb56b;
}
.color-2 {
color: #61b39e;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f7e0a1;
}
.color-5 {
color: #a6d9d1;
}

/* CSS Variables */
:root {
--color-1: #ffb56b;
--color-2: #61b39e;
--color-3: #ffffff;
--color-4: #f7e0a1;
--color-5: #a6d9d1;
}

CSS con gradiente di sfondo Sunlit Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb56b, #61b39e, #ffffff, #f7e0a1, #a6d9d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb56b, #61b39e, #ffffff, #f7e0a1, #a6d9d1);
}

Sunlit Oasis color palette created on .