High School Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with High School palette
Color Inspiration
Images that showcase this color palette in real designs
Download High School Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200 Aqua color palettes
High School color palette created on .