Dolce Vita Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dolce Vita Vibes palette

Condividi questa palette a:

tavolozza dei colori Dolce Vita Vibes CSS

/* CSS */
.color-1 {
color: #f24e1c;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #fce4a1;
}
.color-4 {
color: #87c6d9;
}
.color-5 {
color: #4f6b92;
}

/* CSS Variables */
:root {
--color-1: #f24e1c;
--color-2: #f6b83c;
--color-3: #fce4a1;
--color-4: #87c6d9;
--color-5: #4f6b92;
}

CSS con gradiente di sfondo Dolce Vita Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f24e1c, #f6b83c, #fce4a1, #87c6d9, #4f6b92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f24e1c, #f6b83c, #fce4a1, #87c6d9, #4f6b92);
}

Dolce Vita Vibes color palette created on .