Light Parchment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Parchment palette

Share this palette to:

Light Parchment color palette CSS

/* CSS */
.color-1 {
color: #f1e9d0;
}
.color-2 {
color: #e0d6b8;
}
.color-3 {
color: #d2c4a3;
}
.color-4 {
color: #c0b19b;
}
.color-5 {
color: #b1a28b;
}

/* CSS Variables */
:root {
--color-1: #f1e9d0;
--color-2: #e0d6b8;
--color-3: #d2c4a3;
--color-4: #c0b19b;
--color-5: #b1a28b;
}

Light Parchment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9d0, #e0d6b8, #d2c4a3, #c0b19b, #b1a28b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9d0, #e0d6b8, #d2c4a3, #c0b19b, #b1a28b);
}

Light Parchment color palette created on .