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