Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.clean-pool {
color: #4bb8e7;
}
.atmospheric-soft-blue {
color: #a8e3f0;
}
.lemon-dream {
color: #f0a400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--clean-pool:#4bb8e7;
--atmospheric-soft-blue:#a8e3f0;
--lemon-dream:#f0a400;
--grapefruit-pulp:#ff6e61;
}