Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.seastone {
color: #7d8b8c;
}
.stardew {
color: #a6b1b5;
}
.white-smoke {
color: #f5f5f5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--black:#000000;
--seastone:#7d8b8c;
--stardew:#a6b1b5;
--white-smoke:#f5f5f5;
--solar-plexus-chakra:#f1c84b;
}