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: #ead8b3;
}
.color-2 {
color: #f1e9d0;
}
.color-3 {
color: #f7e4c0;
}
.color-4 {
color: #f3d7a0;
}
.color-5 {
color: #f1c0a7;
}

/* CSS Variables */
:root {
--color-1: #ead8b3;
--color-2: #f1e9d0;
--color-3: #f7e4c0;
--color-4: #f3d7a0;
--color-5: #f1c0a7;
}

Light Parchment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead8b3, #f1e9d0, #f7e4c0, #f3d7a0, #f1c0a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead8b3, #f1e9d0, #f7e4c0, #f3d7a0, #f1c0a7);
}

Light Parchment color palette created on .