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: #00329e;
}
.color-2 {
color: #0059b3;
}
.color-3 {
color: #0076d6;
}
.color-4 {
color: #0092e0;
}
.color-5 {
color: #00a4e6;
}
/* CSS Variables */
:root {
--color-1: #00329e;
--color-2: #0059b3;
--color-3: #0076d6;
--color-4: #0092e0;
--color-5: #00a4e6;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00329e, #0059b3, #0076d6, #0092e0, #00a4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00329e, #0059b3, #0076d6, #0092e0, #00a4e6);
}
Tavolozze di colori simili
Shades of Blue color palette created on .