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: #ec091c;
}
.color-2 {
color: #f56b3d;
}
.color-3 {
color: #f8c749;
}
.color-4 {
color: #f1e5b7;
}
.color-5 {
color: #4bd8c0;
}

/* CSS Variables */
:root {
--color-1: #ec091c;
--color-2: #f56b3d;
--color-3: #f8c749;
--color-4: #f1e5b7;
--color-5: #4bd8c0;
}

CSS con gradiente di sfondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec091c, #f56b3d, #f8c749, #f1e5b7, #4bd8c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec091c, #f56b3d, #f8c749, #f1e5b7, #4bd8c0);
}

Vibrant Red color palette created on .