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