Vibrant Blue and Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Blue and Red palette
tavolozza dei colori Vibrant Blue and Red CSS
/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #6b9fff;
}
.color-3 {
color: #a767d5;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #6b9fff;
--color-3: #a767d5;
--color-4: #f9c54e;
--color-5: #ff6e61;
}
CSS con gradiente di sfondo Vibrant Blue and Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #6b9fff, #a767d5, #f9c54e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #6b9fff, #a767d5, #f9c54e, #ff6e61);
}
Tavolozze di colori simili
Vibrant Blue and Red color palette created on .