Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.blue-dahlia {
color: #405e9c;
}
.moonstone-blue {
color: #6eaac4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--blue-dahlia:#405e9c;
--moonstone-blue:#6eaac4;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}