Vibrant Spectrum Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Spectrum palette

Condividi questa palette a:

tavolozza dei colori Vibrant Spectrum CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe99;
}
.color-3 {
color: #00a8e0;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe99;
--color-3: #00a8e0;
--color-4: #ffb300;
--color-5: #ff4d4d;
}

CSS con gradiente di sfondo Vibrant Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe99, #00a8e0, #ffb300, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe99, #00a8e0, #ffb300, #ff4d4d);
}

Vibrant Spectrum color palette created on .