Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1d2b30;
}
.walk-me-home {
color: #4b6468;
}
.tranquil-aqua {
color: #7a9c9f;
}
.iced-aqua {
color: #a6d8d9;
}
.coastal-breeze {
color: #dff5f6;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1d2b30;
--walk-me-home:#4b6468;
--tranquil-aqua:#7a9c9f;
--iced-aqua:#a6d8d9;
--coastal-breeze:#dff5f6;
}