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