Paleta de colores Blue Education

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Education palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Education

/* CSS */
.color-1 {
color: #5b8eb9;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #f6efa2;
}
.color-4 {
color: #fdd949;
}
.color-5 {
color: #e08c3e;
}

/* CSS Variables */
:root {
--color-1: #5b8eb9;
--color-2: #a1c6d4;
--color-3: #f6efa2;
--color-4: #fdd949;
--color-5: #e08c3e;
}

CSS del degradado de fondo Blue Education

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8eb9, #a1c6d4, #f6efa2, #fdd949, #e08c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8eb9, #a1c6d4, #f6efa2, #fdd949, #e08c3e);
}

Blue Education color palette created on .