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: #3b7a9b;
}
.color-2 {
color: #6cb8c6;
}
.color-3 {
color: #a9e2ea;
}
.color-4 {
color: #f6c69d;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #3b7a9b;
--color-2: #6cb8c6;
--color-3: #a9e2ea;
--color-4: #f6c69d;
--color-5: #f76e6e;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7a9b, #6cb8c6, #a9e2ea, #f6c69d, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7a9b, #6cb8c6, #a9e2ea, #f6c69d, #f76e6e);
}
Tavolozze di colori simili
Shades of Blue color palette created on .