Paleta de colores High School

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with High School palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores High School

Download high school color palette PNG image (landscape)
Download high school color palette PNG image (square)

CSS de la paleta de colores High School

/* 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;
}

CSS del degradado de fondo High School

/* 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 .