Vivid Tangerine Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vivid Tangerine Sunshine palette

Condividi questa palette a:

tavolozza dei colori Vivid Tangerine Sunshine CSS

/* CSS */
.color-1 {
color: #ff9980;
}
.color-2 {
color: #ffb36b;
}
.color-3 {
color: #ffe14d;
}
.color-4 {
color: #c5da4e;
}
.color-5 {
color: #a2e6b4;
}

/* CSS Variables */
:root {
--color-1: #ff9980;
--color-2: #ffb36b;
--color-3: #ffe14d;
--color-4: #c5da4e;
--color-5: #a2e6b4;
}

CSS con gradiente di sfondo Vivid Tangerine Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9980, #ffb36b, #ffe14d, #c5da4e, #a2e6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9980, #ffb36b, #ffe14d, #c5da4e, #a2e6b4);
}

Vivid Tangerine Sunshine color palette created on .