Books Color Palette
Discover the beautiful Books color palette featuring paarl (#9f512d), calico (#deb887), wheat (#f5deb2), peach (#ffe3b3) and scotch mist (#fff8db).
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 Books palette
💻 Books color palette CSS
/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #deb887;
}
.color-3 {
color: #f5deb2;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #fff8db;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #deb887;
--color-3: #f5deb2;
--color-4: #ffe3b3;
--color-5: #fff8db;
}
🌈 Books background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #deb887, #f5deb2, #ffe3b3, #fff8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #deb887, #f5deb2, #ffe3b3, #fff8db);
}
🔗 Explore similar color palettes
Books color palette created on .