Color names in this palette
CSS code for this palette
/* CSS */
.black-chasm {
color: #0a2e38;
}
.mammoth-mountain {
color: #3a6e78;
}
.kingfisher-turquoise {
color: #77b5b6;
}
.neighborly-peach {
color: #f3c0a5;
}
.rozowy-pink {
color: #f3a5b6;
}
/* CSS Variables */
:root {
--black-chasm:#0a2e38;
--mammoth-mountain:#3a6e78;
--kingfisher-turquoise:#77b5b6;
--neighborly-peach:#f3c0a5;
--rozowy-pink:#f3a5b6;
}