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