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: #ff6b6b;
}
.color-2 {
color: #ffab66;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6dd08c;
}
.color-5 {
color: #4d6aff;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffab66;
--color-3: #ffd83d;
--color-4: #6dd08c;
--color-5: #4d6aff;
}

CSS con gradiente di sfondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffab66, #ffd83d, #6dd08c, #4d6aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffab66, #ffd83d, #6dd08c, #4d6aff);
}

Vibrant Red color palette created on .