Book Wyrm Color Palette
Discover the beautiful Book Wyrm color palette featuring matterhorn (#453745), fuscous gray (#5a5650), makara (#857b6b), copper (#c67f3f) and copper (#c6683c).
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 Book Wyrm palette
๐ป Book Wyrm color palette CSS
/* CSS */
.color-1 {
color: #453745;
}
.color-2 {
color: #5a5650;
}
.color-3 {
color: #857b6b;
}
.color-4 {
color: #c67f3f;
}
.color-5 {
color: #c6683c;
}
/* CSS Variables */
:root {
--color-1: #453745;
--color-2: #5a5650;
--color-3: #857b6b;
--color-4: #c67f3f;
--color-5: #c6683c;
} ๐ Book Wyrm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #453745, #5a5650, #857b6b, #c67f3f, #c6683c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #453745, #5a5650, #857b6b, #c67f3f, #c6683c);
} ๐ Explore similar color palettes
Book Wyrm color palette created on .