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: #ff6e61;
}
.color-2 {
color: #ffb861;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #6d9dc5;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb861;
--color-3: #a7d7b8;
--color-4: #6d9dc5;
--color-5: #6a4c94;
}
CSS con gradiente di sfondo Vibrant Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb861, #a7d7b8, #6d9dc5, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb861, #a7d7b8, #6d9dc5, #6a4c94);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 700+ tavolozzas di colori Brillante
Vibrant Blue color palette created on .