Cruiser's Spectrum Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cruiser's Spectrum palette

Condividi questa palette a:

tavolozza dei colori Cruiser's Spectrum CSS

/* CSS */
.color-1 {
color: #005994;
}
.color-2 {
color: #008ab8;
}
.color-3 {
color: #5dbdc0;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #005994;
--color-2: #008ab8;
--color-3: #5dbdc0;
--color-4: #f3ca4f;
--color-5: #e74d3c;
}

CSS con gradiente di sfondo Cruiser's Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005994, #008ab8, #5dbdc0, #f3ca4f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005994, #008ab8, #5dbdc0, #f3ca4f, #e74d3c);
}

Cruiser's Spectrum color palette created on .