Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0d4b91;
}
.prominent-blue {
color: #2c7da0;
}
.malibu {
color: #5dbbea;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--yale-blue:#0d4b91;
--prominent-blue:#2c7da0;
--malibu:#5dbbea;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}