Velvet Biscotti Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Velvet Biscotti palette

Condividi questa palette a:

tavolozza dei colori Velvet Biscotti CSS

/* CSS */
.color-1 {
color: #f3ead8;
}
.color-2 {
color: #d6c6b8;
}
.color-3 {
color: #baa59c;
}
.color-4 {
color: #8e7267;
}
.color-5 {
color: #59493b;
}

/* CSS Variables */
:root {
--color-1: #f3ead8;
--color-2: #d6c6b8;
--color-3: #baa59c;
--color-4: #8e7267;
--color-5: #59493b;
}

CSS con gradiente di sfondo Velvet Biscotti

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ead8, #d6c6b8, #baa59c, #8e7267, #59493b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ead8, #d6c6b8, #baa59c, #8e7267, #59493b);
}

Velvet Biscotti color palette created on .