Color names in this palette
CSS code for this palette
/* CSS */
.nautical-creatures {
color: #2b5b7d;
}
.starflower-blue {
color: #4f9bb0;
}
.aqua-zing {
color: #79d7d1;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--nautical-creatures:#2b5b7d;
--starflower-blue:#4f9bb0;
--aqua-zing:#79d7d1;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}