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