Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d7;
}
.mad-for-mango {
color: #f5a300;
}
.island-paradise {
color: #89e3e6;
}
.flame-seal {
color: #f5e35c;
}
.rogue-pink {
color: #f9a4c0;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d7;
--mad-for-mango:#f5a300;
--island-paradise:#89e3e6;
--flame-seal:#f5e35c;
--rogue-pink:#f9a4c0;
}