Color names in this palette
CSS code for this palette
/* CSS */
.stardew {
color: #a6b1b5;
}
.sidewalk-grey {
color: #7a8d99;
}
.before-the-storm {
color: #4e6b74;
}
.sea-moss {
color: #2d4f52;
}
.abyssal-anchorfish-blue {
color: #1c2b31;
}
/* CSS Variables */
:root {
--stardew:#a6b1b5;
--sidewalk-grey:#7a8d99;
--before-the-storm:#4e6b74;
--sea-moss:#2d4f52;
--abyssal-anchorfish-blue:#1c2b31;
}