Justice in Spectrum Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Justice in Spectrum palette

Condividi questa palette a:

tavolozza dei colori Justice in Spectrum CSS

/* CSS */
.color-1 {
color: #0b3d93;
}
.color-2 {
color: #4f8dcf;
}
.color-3 {
color: #85b2e0;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e77a32;
}

/* CSS Variables */
:root {
--color-1: #0b3d93;
--color-2: #4f8dcf;
--color-3: #85b2e0;
--color-4: #f1c84b;
--color-5: #e77a32;
}

CSS con gradiente di sfondo Justice in Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3d93, #4f8dcf, #85b2e0, #f1c84b, #e77a32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3d93, #4f8dcf, #85b2e0, #f1c84b, #e77a32);
}

Justice in Spectrum color palette created on .