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