Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1b3c5a;
}
.mammoth-mountain {
color: #3c6b7c;
}
.dolphin-blue {
color: #7ba0a7;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.spiced-up-orange {
color: #e57b38;
}
/* CSS Variables */
:root {
--capital-blue:#1b3c5a;
--mammoth-mountain:#3c6b7c;
--dolphin-blue:#7ba0a7;
--pumpkin-mousse:#f1c2a7;
--spiced-up-orange:#e57b38;
}