Math Class Color Palette

Discover the beautiful Math Class color palette featuring paradiso (#3a8c8d), tradewind (#5fb4b1), monte carlo (#83d2d0), sidecar (#f1e3b1) and tonys pink (#e58585).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Turquoise, Soft, Bright, Summer, Cream, Coral, Fun, Light 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 Class palette

Share this palette to:

💻 Math Class color palette CSS

/* CSS */
.color-1 {
color: #3a8c8d;
}
.color-2 {
color: #5fb4b1;
}
.color-3 {
color: #83d2d0;
}
.color-4 {
color: #f1e3b1;
}
.color-5 {
color: #e58585;
}

/* CSS Variables */
:root {
--color-1: #3a8c8d;
--color-2: #5fb4b1;
--color-3: #83d2d0;
--color-4: #f1e3b1;
--color-5: #e58585;
}

🌈 Math Class background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8c8d, #5fb4b1, #83d2d0, #f1e3b1, #e58585);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8c8d, #5fb4b1, #83d2d0, #f1e3b1, #e58585);
}

Math Class color palette created on .