Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.jordy-blue {
color: #7ca5df;
}
.artesian-pool {
color: #a3c2e0;
}
.majestic-treasures {
color: #f1e7a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--jordy-blue:#7ca5df;
--artesian-pool:#a3c2e0;
--majestic-treasures:#f1e7a2;
--creamy-sweet-corn:#f9c54e;
}