Math Color Palette

Discover the beautiful Math color palette featuring oxford blue (#2b3a45), bismark (#4d6c89), glacier (#76a6bc), ronchi (#f1c84b) and red damask (#e07b38).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Cream, Yellow, Brown, Gray, Green, Bright, Modern 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 Math palette

Share this palette to:

💻 Math color palette CSS

/* CSS */
.color-1 {
color: #2b3a45;
}
.color-2 {
color: #4d6c89;
}
.color-3 {
color: #76a6bc;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e07b38;
}

/* CSS Variables */
:root {
--color-1: #2b3a45;
--color-2: #4d6c89;
--color-3: #76a6bc;
--color-4: #f1c84b;
--color-5: #e07b38;
}

🌈 Math background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3a45, #4d6c89, #76a6bc, #f1c84b, #e07b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3a45, #4d6c89, #76a6bc, #f1c84b, #e07b38);
}

Math color palette created on .