Vibrant Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Red palette

Condividi questa palette a:

tavolozza dei colori Vibrant Red CSS

/* CSS */
.color-1 {
color: #ff2929;
}
.color-2 {
color: #ff702e;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #2eff7e;
}

/* CSS Variables */
:root {
--color-1: #ff2929;
--color-2: #ff702e;
--color-3: #ffb300;
--color-4: #ffe500;
--color-5: #2eff7e;
}

CSS con gradiente di sfondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2929, #ff702e, #ffb300, #ffe500, #2eff7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2929, #ff702e, #ffb300, #ffe500, #2eff7e);
}

Vibrant Red color palette created on .