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: #c63945;
}
.color-2 {
color: #f78f4b;
}
.color-3 {
color: #f7cc4a;
}
.color-4 {
color: #3d8d8f;
}
.color-5 {
color: #1e4e6b;
}
/* CSS Variables */
:root {
--color-1: #c63945;
--color-2: #f78f4b;
--color-3: #f7cc4a;
--color-4: #3d8d8f;
--color-5: #1e4e6b;
}
CSS con gradiente di sfondo Vibrant Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c63945, #f78f4b, #f7cc4a, #3d8d8f, #1e4e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c63945, #f78f4b, #f7cc4a, #3d8d8f, #1e4e6b);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Brillante
Vibrant Red color palette created on .