Shades of Smalt Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Smalt Blue palette
tavolozza dei colori Shades of Smalt Blue CSS
/* CSS */
.color-1 {
color: #2c4b5e;
}
.color-2 {
color: #4a7d8c;
}
.color-3 {
color: #67a8a0;
}
.color-4 {
color: #a4d5d0;
}
.color-5 {
color: #e1f4f1;
}
/* CSS Variables */
:root {
--color-1: #2c4b5e;
--color-2: #4a7d8c;
--color-3: #67a8a0;
--color-4: #a4d5d0;
--color-5: #e1f4f1;
}
CSS con gradiente di sfondo Shades of Smalt Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c4b5e, #4a7d8c, #67a8a0, #a4d5d0, #e1f4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c4b5e, #4a7d8c, #67a8a0, #a4d5d0, #e1f4f1);
}
Tavolozze di colori simili
Shades of Smalt Blue color palette created on .