Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1a2732;
}
.mountain-pine {
color: #3a4f55;
}
.edward {
color: #5b807f;
}
.cold-front-green {
color: #84b3b3;
}
.frosty-soft-blue {
color: #b3e0de;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1a2732;
--mountain-pine:#3a4f55;
--edward:#5b807f;
--cold-front-green:#84b3b3;
--frosty-soft-blue:#b3e0de;
}