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