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