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