Blue Education Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Education palette

Condividi questa palette a:

tavolozza dei colori Blue Education CSS

/* 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 con gradiente di sfondo 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 .