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