Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.skink-blue {
color: #5abfd3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--skink-blue:#5abfd3;
--creamy-sweet-corn:#f9c54e;
--grapefruit-pulp:#ff6e61;
--mandarin-peel:#ff9d00;
}