High School Color Palette

Discover the beautiful High School color palette featuring robin's egg blue (#00ebb8), cerulean (#00b2d1), purple heart (#9140ce), shocking pink (#d10ace) and brilliant rose (#fc4fba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Fun, Modern, Pink, Purple, Summer, Teal, Vibrant 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 High School palette

Share this palette to:

💻 High School color palette CSS

/* CSS */
.color-1 {
color: #00ebb8;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #9140ce;
}
.color-4 {
color: #d10ace;
}
.color-5 {
color: #fc4fba;
}

/* CSS Variables */
:root {
--color-1: #00ebb8;
--color-2: #00b2d1;
--color-3: #9140ce;
--color-4: #d10ace;
--color-5: #fc4fba;
}

🌈 High School background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ebb8, #00b2d1, #9140ce, #d10ace, #fc4fba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ebb8, #00b2d1, #9140ce, #d10ace, #fc4fba);
}

High School color palette created on .