Tropical Sunset Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Sunset Vibes palette

Condividi questa palette a:

tavolozza dei colori Tropical Sunset Vibes CSS

/* CSS */
.color-1 {
color: #f7e89c;
}
.color-2 {
color: #f1a64b;
}
.color-3 {
color: #f95a3e;
}
.color-4 {
color: #d93f5e;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f7e89c;
--color-2: #f1a64b;
--color-3: #f95a3e;
--color-4: #d93f5e;
--color-5: #681b98;
}

CSS con gradiente di sfondo Tropical Sunset Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e89c, #f1a64b, #f95a3e, #d93f5e, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e89c, #f1a64b, #f95a3e, #d93f5e, #681b98);
}

Tropical Sunset Vibes color palette created on .