Vibrant Rojo Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Rojo palette
tavolozza dei colori Vibrant Rojo CSS
/* CSS */
.color-1 {
color: #d93f3f;
}
.color-2 {
color: #3f7dd9;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #3fd9d9;
}
/* CSS Variables */
:root {
--color-1: #d93f3f;
--color-2: #3f7dd9;
--color-3: #a1a1a1;
--color-4: #f6b83c;
--color-5: #3fd9d9;
}
CSS con gradiente di sfondo Vibrant Rojo
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93f3f, #3f7dd9, #a1a1a1, #f6b83c, #3fd9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93f3f, #3f7dd9, #a1a1a1, #f6b83c, #3fd9d9);
}
Tavolozze di colori simili
Vibrant Rojo color palette created on .