Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.takaka {
color: #3c4d77;
}
.mallorca-blue {
color: #4f7d92;
}
.jackfruit {
color: #f8c77c;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--takaka:#3c4d77;
--mallorca-blue:#4f7d92;
--jackfruit:#f8c77c;
--lively-coral:#e67b79;
}