Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #F5A300;
}
.sunset-glow {
color: #FFB62E;
}
.white-smoke {
color: #F5F5F5;
}
.sachet-pink {
color: #F48FB1;
}
.grapefruit-pulp {
color: #FF6E61;
}
/* CSS Variables */
:root {
--mad-for-mango:#F5A300;
--sunset-glow:#FFB62E;
--white-smoke:#F5F5F5;
--sachet-pink:#F48FB1;
--grapefruit-pulp:#FF6E61;
}