Vintage Serve Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintage Serve palette

Condividi questa palette a:

tavolozza dei colori Vintage Serve CSS

/* CSS */
.color-1 {
color: #f96c6c;
}
.color-2 {
color: #ff9c66;
}
.color-3 {
color: #006880;
}
.color-4 {
color: #028360;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #f96c6c;
--color-2: #ff9c66;
--color-3: #006880;
--color-4: #028360;
--color-5: #ffffff;
}

CSS con gradiente di sfondo Vintage Serve

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f96c6c, #ff9c66, #006880, #028360, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f96c6c, #ff9c66, #006880, #028360, #ffffff);
}

Vintage Serve color palette created on .