Biscuits Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Biscuits palette

Condividi questa palette a:

Scarica la tavolozza dei colori Biscuits (PNG)

Download biscuits color palette PNG image (landscape)
Download biscuits color palette PNG image (square)

tavolozza dei colori Biscuits CSS

/* CSS */
.color-1 {
color: #dac9a0;
}
.color-2 {
color: #e0b58a;
}
.color-3 {
color: #e3a66d;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d68b5c;
}

/* CSS Variables */
:root {
--color-1: #dac9a0;
--color-2: #e0b58a;
--color-3: #e3a66d;
--color-4: #f0a800;
--color-5: #d68b5c;
}

CSS con gradiente di sfondo Biscuits

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac9a0, #e0b58a, #e3a66d, #f0a800, #d68b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac9a0, #e0b58a, #e3a66d, #f0a800, #d68b5c);
}

Biscuits color palette created on .