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