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: #80d3e0;
}
.color-2 {
color: #4fb7c9;
}
.color-3 {
color: #2e9ab8;
}
.color-4 {
color: #1e7d99;
}
.color-5 {
color: #145d71;
}
/* CSS Variables */
:root {
--color-1: #80d3e0;
--color-2: #4fb7c9;
--color-3: #2e9ab8;
--color-4: #1e7d99;
--color-5: #145d71;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80d3e0, #4fb7c9, #2e9ab8, #1e7d99, #145d71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80d3e0, #4fb7c9, #2e9ab8, #1e7d99, #145d71);
}
Tavolozze di colori simili
Shades of Blue color palette created on .