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