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: #3d5a8a;
}
.color-2 {
color: #4d7c99;
}
.color-3 {
color: #6bb3a1;
}
.color-4 {
color: #9cdb5c;
}
.color-5 {
color: #f4c82a;
}
/* CSS Variables */
:root {
--color-1: #3d5a8a;
--color-2: #4d7c99;
--color-3: #6bb3a1;
--color-4: #9cdb5c;
--color-5: #f4c82a;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a8a, #4d7c99, #6bb3a1, #9cdb5c, #f4c82a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a8a, #4d7c99, #6bb3a1, #9cdb5c, #f4c82a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Acqua
Shades of Blue color palette created on .