Parchment Shades Color Palette
Discover the beautiful Parchment Shades color palette featuring parchment (#f1e9d0), hampton (#e3cda5), cameo (#d7b69d), tan (#c79e7a) and muddy waters (#b78b5c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Parchment Shades palette
💻 Parchment Shades color palette CSS
/* CSS */
.color-1 {
color: #f1e9d0;
}
.color-2 {
color: #e3cda5;
}
.color-3 {
color: #d7b69d;
}
.color-4 {
color: #c79e7a;
}
.color-5 {
color: #b78b5c;
}
/* CSS Variables */
:root {
--color-1: #f1e9d0;
--color-2: #e3cda5;
--color-3: #d7b69d;
--color-4: #c79e7a;
--color-5: #b78b5c;
}
🌈 Parchment Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9d0, #e3cda5, #d7b69d, #c79e7a, #b78b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9d0, #e3cda5, #d7b69d, #c79e7a, #b78b5c);
}
🔗 Explore similar color palettes
Parchment Shades color palette created on .