Paleta de colores Shades of Smalt Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Smalt Blue palette
CSS de la paleta de colores Shades of Smalt Blue
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Shades of Smalt Blue color palette created on .