Book Cover Color Palette

Discover the beautiful Book Cover color palette featuring biscay (#1e3a76), kashmir blue (#4f6c9c), nepal (#85a2c1), botticelli (#c7dae6) and ronchi (#f1b74b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Light, Bright, Cream, Yellow, Reading, Modern, Elegant color palettes and combinations.

💡 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 Cover palette

Share this palette to:

💻 Book Cover color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4f6c9c;
}
.color-3 {
color: #85a2c1;
}
.color-4 {
color: #c7dae6;
}
.color-5 {
color: #f1b74b;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4f6c9c;
--color-3: #85a2c1;
--color-4: #c7dae6;
--color-5: #f1b74b;
}

🌈 Book Cover background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4f6c9c, #85a2c1, #c7dae6, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4f6c9c, #85a2c1, #c7dae6, #f1b74b);
}

Book Cover color palette created on .