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: #4a9fd3;
}
.color-2 {
color: #6ccb7a;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f1a7b1;
}
.color-5 {
color: #e75b04;
}

/* CSS Variables */
:root {
--color-1: #4a9fd3;
--color-2: #6ccb7a;
--color-3: #f4cf3e;
--color-4: #f1a7b1;
--color-5: #e75b04;
}

CSS del degradado de fondo Blue Education

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9fd3, #6ccb7a, #f4cf3e, #f1a7b1, #e75b04);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9fd3, #6ccb7a, #f4cf3e, #f1a7b1, #e75b04);
}

Blue Education color palette created on .