Bright Azure Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Bright Azure palette
tavolozza dei colori Bright Azure CSS
/* CSS */
.color-1 {
color: #0096d6;
}
.color-2 {
color: #34b5e5;
}
.color-3 {
color: #66cceb;
}
.color-4 {
color: #99e0f0;
}
.color-5 {
color: #ccffff;
}
/* CSS Variables */
:root {
--color-1: #0096d6;
--color-2: #34b5e5;
--color-3: #66cceb;
--color-4: #99e0f0;
--color-5: #ccffff;
}
CSS con gradiente di sfondo Bright Azure
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d6, #34b5e5, #66cceb, #99e0f0, #ccffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d6, #34b5e5, #66cceb, #99e0f0, #ccffff);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Acqua
Bright Azure color palette created on .