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