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: #d5c8d5;
}
.color-2 {
color: #a9b3d1;
}
.color-3 {
color: #7d8dcf;
}
.color-4 {
color: #4d7fdb;
}
.color-5 {
color: #3c5a9a;
}
/* CSS Variables */
:root {
--color-1: #d5c8d5;
--color-2: #a9b3d1;
--color-3: #7d8dcf;
--color-4: #4d7fdb;
--color-5: #3c5a9a;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c8d5, #a9b3d1, #7d8dcf, #4d7fdb, #3c5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c8d5, #a9b3d1, #7d8dcf, #4d7fdb, #3c5a9a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 500+ tavolozzas di colori Estetico
Shades of Blue color palette created on .