Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.takaka {
color: #3e4b74;
}
.purple-hyacinth {
color: #6e8dbf;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--takaka:#3e4b74;
--purple-hyacinth:#6e8dbf;
--chefchaouen-blue:#a1d1e8;
--creamy-sweet-corn:#f9c54e;
}