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