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