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: #e8f1f3;
}
.color-2 {
color: #9fd4df;
}
.color-3 {
color: #4cb1c8;
}
.color-4 {
color: #009996;
}
.color-5 {
color: #006c75;
}
/* CSS Variables */
:root {
--color-1: #e8f1f3;
--color-2: #9fd4df;
--color-3: #4cb1c8;
--color-4: #009996;
--color-5: #006c75;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f1f3, #9fd4df, #4cb1c8, #009996, #006c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f1f3, #9fd4df, #4cb1c8, #009996, #006c75);
}
Tavolozze di colori simili
Shades of Blue color palette created on .