Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f5a8c2;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.apple-cream {
color: #b6d7a8;
}
.heavenly-sky {
color: #6b90b3;
}
.burning-trail {
color: #f1a01e;
}
/* CSS Variables */
:root {
--rogue-pink:#f5a8c2;
--lemon-ice-yellow:#f6e1a7;
--apple-cream:#b6d7a8;
--heavenly-sky:#6b90b3;
--burning-trail:#f1a01e;
}