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: #d72d30;
}
.color-2 {
color: #f15a27;
}
.color-3 {
color: #f69f2c;
}
.color-4 {
color: #f3d758;
}
.color-5 {
color: #e1a3a4;
}

/* CSS Variables */
:root {
--color-1: #d72d30;
--color-2: #f15a27;
--color-3: #f69f2c;
--color-4: #f3d758;
--color-5: #e1a3a4;
}

CSS con gradiente di sfondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d72d30, #f15a27, #f69f2c, #f3d758, #e1a3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d72d30, #f15a27, #f69f2c, #f3d758, #e1a3a4);
}

Vibrant Red color palette created on .