Parchment Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Parchment Shades palette

Condividi questa palette a:

tavolozza dei colori Parchment Shades CSS

/* CSS */
.color-1 {
color: #f1e9d0;
}
.color-2 {
color: #e5cba9;
}
.color-3 {
color: #d3a57e;
}
.color-4 {
color: #b87e51;
}
.color-5 {
color: #a44f2d;
}

/* CSS Variables */
:root {
--color-1: #f1e9d0;
--color-2: #e5cba9;
--color-3: #d3a57e;
--color-4: #b87e51;
--color-5: #a44f2d;
}

CSS con gradiente di sfondo Parchment Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9d0, #e5cba9, #d3a57e, #b87e51, #a44f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9d0, #e5cba9, #d3a57e, #b87e51, #a44f2d);
}

Parchment Shades color palette created on .