Color names in this palette
CSS code for this palette
/* CSS */
.dark-blue {
color: #2e5c7f;
}
.bell-blue {
color: #608d9a;
}
.smooth-hound-shark {
color: #98b3b2;
}
.va-va-voom {
color: #e6b84c;
}
.coral-gold {
color: #d86e4b;
}
/* CSS Variables */
:root {
--dark-blue:#2e5c7f;
--bell-blue:#608d9a;
--smooth-hound-shark:#98b3b2;
--va-va-voom:#e6b84c;
--coral-gold:#d86e4b;
}