Boxten Color Palette

Discover the beautiful Boxten color palette featuring biscay (#1e396b), steel blue (#4a8bba), seagull (#7cc3e4), sidecar (#f1e0b1) and froly (#f76e6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Blue, Bright, Coastal, Fun, Light, Soft, Summer, Warm 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 Boxten palette

Share this palette to:

💻 Boxten color palette CSS

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #4a8bba;
}
.color-3 {
color: #7cc3e4;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #4a8bba;
--color-3: #7cc3e4;
--color-4: #f1e0b1;
--color-5: #f76e6e;
}

🌈 Boxten background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #4a8bba, #7cc3e4, #f1e0b1, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #4a8bba, #7cc3e4, #f1e0b1, #f76e6e);
}

Boxten color palette created on .