Vibrant Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Red palette
tavolozza dei colori Vibrant Red CSS
/* CSS */
.color-1 {
color: #ffb65c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9d1b33;
}
/* CSS Variables */
:root {
--color-1: #ffb65c;
--color-2: #ff6e61;
--color-3: #ff3b38;
--color-4: #d6006f;
--color-5: #9d1b33;
}
CSS con gradiente di sfondo Vibrant Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb65c, #ff6e61, #ff3b38, #d6006f, #9d1b33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb65c, #ff6e61, #ff3b38, #d6006f, #9d1b33);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Brillante
Vibrant Red color palette created on .