Shades of Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue palette
tavolozza dei colori Shades of Blue CSS
/* CSS */
.color-1 {
color: #007bff;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #00b8f0;
}
.color-4 {
color: #66d9ff;
}
.color-5 {
color: #a3eaff;
}
/* CSS Variables */
:root {
--color-1: #007bff;
--color-2: #00a5e0;
--color-3: #00b8f0;
--color-4: #66d9ff;
--color-5: #a3eaff;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007bff, #00a5e0, #00b8f0, #66d9ff, #a3eaff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007bff, #00a5e0, #00b8f0, #66d9ff, #a3eaff);
}
Tavolozze di colori simili
Shades of Blue color palette created on .