Color names in this palette
CSS code for this palette
/* CSS */
.dark-onyx {
color: #2d2d2f;
}
.cover-of-night {
color: #4a4d4f;
}
.pompeii-ash {
color: #6d767e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--dark-onyx:#2d2d2f;
--cover-of-night:#4a4d4f;
--pompeii-ash:#6d767e;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}