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: #e7ab4b;
}
.color-2 {
color: #d55d4d;
}
.color-3 {
color: #4f8c86;
}
.color-4 {
color: #2d607c;
}
.color-5 {
color: #163d5a;
}
/* CSS Variables */
:root {
--color-1: #e7ab4b;
--color-2: #d55d4d;
--color-3: #4f8c86;
--color-4: #2d607c;
--color-5: #163d5a;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ab4b, #d55d4d, #4f8c86, #2d607c, #163d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ab4b, #d55d4d, #4f8c86, #2d607c, #163d5a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 80+ tavolozzas di colori Ambra
Shades of Blue color palette created on .