Blue England Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blue England palette
tavolozza dei colori Blue England CSS
/* CSS */
.color-1 {
color: #a3c6e0;
}
.color-2 {
color: #ed9f02;
}
.color-3 {
color: #d85f0e;
}
.color-4 {
color: #c94a4c;
}
.color-5 {
color: #5e3c8b;
}
/* CSS Variables */
:root {
--color-1: #a3c6e0;
--color-2: #ed9f02;
--color-3: #d85f0e;
--color-4: #c94a4c;
--color-5: #5e3c8b;
}
CSS con gradiente di sfondo Blue England
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c6e0, #ed9f02, #d85f0e, #c94a4c, #5e3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c6e0, #ed9f02, #d85f0e, #c94a4c, #5e3c8b);
}
Tavolozze di colori simili
Blue England color palette created on .