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