Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.blue-bikini {
color: #00b8f0;
}
.faded-poster {
color: #7fdfe6;
}
.white-smoke {
color: #f5f5f5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--blue-bikini:#00b8f0;
--faded-poster:#7fdfe6;
--white-smoke:#f5f5f5;
--grapefruit-pulp:#ff6e61;
}