Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.aero {
color: #7db2e8;
}
.sea-cliff {
color: #a3c9e0;
}
.french-vanilla {
color: #f1e1a7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--aero:#7db2e8;
--sea-cliff:#a3c9e0;
--french-vanilla:#f1e1a7;
--creamy-sweet-corn:#f9c54e;
}