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: #009e57;
}
.color-2 {
color: #d62c29;
}
.color-3 {
color: #3b3b3b;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #009e57;
--color-2: #d62c29;
--color-3: #3b3b3b;
--color-4: #ffffff;
--color-5: #f5c400;
}
CSS con gradiente di sfondo Vibrant Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009e57, #d62c29, #3b3b3b, #ffffff, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009e57, #d62c29, #3b3b3b, #ffffff, #f5c400);
}
Tavolozze di colori simili
Vibrant Red color palette created on .