Color names in this palette
CSS code for this palette
/* CSS */
.haiti {
color: #2c2933;
}
.tried-true-blue {
color: #4b4f63;
}
.blue-aura {
color: #6b7485;
}
.powder-soft-blue {
color: #b6c8d8;
}
.fatty-sashimi {
color: #efc4b3;
}
/* CSS Variables */
:root {
--haiti:#2c2933;
--tried-true-blue:#4b4f63;
--blue-aura:#6b7485;
--powder-soft-blue:#b6c8d8;
--fatty-sashimi:#efc4b3;
}