Covid College Color Palette

Discover the beautiful Covid College color palette featuring pacific blue (#00b6bd), vivid violet (#7e3380), hibiscus (#a92364), persian red (#c93133) and quincy (#64362b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Brown, Crimson, Deep, High Contrast, Modern, Purple, Red, Summer, 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 Covid College palette

Share this palette to:

💻 Covid College color palette CSS

/* CSS */
.color-1 {
color: #00b6bd;
}
.color-2 {
color: #7e3380;
}
.color-3 {
color: #a92364;
}
.color-4 {
color: #c93133;
}
.color-5 {
color: #64362b;
}

/* CSS Variables */
:root {
--color-1: #00b6bd;
--color-2: #7e3380;
--color-3: #a92364;
--color-4: #c93133;
--color-5: #64362b;
}

🌈 Covid College background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b6bd, #7e3380, #a92364, #c93133, #64362b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b6bd, #7e3380, #a92364, #c93133, #64362b);
}

Covid College color palette created on .