Vivaldi's Autumn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vivaldi's Autumn palette

Condividi questa palette a:

tavolozza dei colori Vivaldi's Autumn CSS

/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #e9a33a;
}
.color-3 {
color: #dfad5d;
}
.color-4 {
color: #b85e3d;
}
.color-5 {
color: #792d2a;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #e9a33a;
--color-3: #dfad5d;
--color-4: #b85e3d;
--color-5: #792d2a;
}

CSS con gradiente di sfondo Vivaldi's Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #e9a33a, #dfad5d, #b85e3d, #792d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #e9a33a, #dfad5d, #b85e3d, #792d2a);
}

Vivaldi's Autumn color palette created on .