Color names in this palette
CSS code for this palette
/* CSS */
.azul-petr-leo {
color: #36464e;
}
.night-owl {
color: #607c8a;
}
.galleria-blue {
color: #8fa3ae;
}
.suave-grey {
color: #d0d9dd;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--azul-petr-leo:#36464e;
--night-owl:#607c8a;
--galleria-blue:#8fa3ae;
--suave-grey:#d0d9dd;
--white-smoke:#f5f5f5;
}