Covid College Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Covid College palette

Share this palette to:

Covid College color palette PNG image

Download covid college color palette PNG image (landscape)
Download covid college color palette PNG image (square)

Covid College color palette CSS

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

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

Covid College background gradient CSS

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

Covid College color palette created on .