Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1b3c5a;
}
.mammoth-mountain {
color: #3e6a79;
}
.folk-song {
color: #67a2a1;
}
.green-trance {
color: #a3d8a2;
}
.tamale-maize {
color: #f7e7b6;
}
/* CSS Variables */
:root {
--capital-blue:#1b3c5a;
--mammoth-mountain:#3e6a79;
--folk-song:#67a2a1;
--green-trance:#a3d8a2;
--tamale-maize:#f7e7b6;
}