Paleta de colores Parchment Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Parchment Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Parchment Shades

/* 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 del degradado de fondo 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 .