Shades of Chablis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Chablis palette

Condividi questa palette a:

tavolozza dei colori Shades of Chablis CSS

/* CSS */
.color-1 {
color: #f8eeec;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #e1a78e;
}
.color-5 {
color: #d58c7b;
}

/* CSS Variables */
:root {
--color-1: #f8eeec;
--color-2: #f2c5b5;
--color-3: #e9b79f;
--color-4: #e1a78e;
--color-5: #d58c7b;
}

CSS con gradiente di sfondo Shades of Chablis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8eeec, #f2c5b5, #e9b79f, #e1a78e, #d58c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8eeec, #f2c5b5, #e9b79f, #e1a78e, #d58c7b);
}

Shades of Chablis color palette created on .