Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pineapple {
color: #efd44d;
}
.mango-margarita {
color: #f8b654;
}
.double-dragon {
color: #f89e44;
}
.rose-cheeks {
color: #f27386;
}
.fantasy-romance {
color: #e03879;
}
/* CSS Variables */
:root {
--fresh-pineapple:#efd44d;
--mango-margarita:#f8b654;
--double-dragon:#f89e44;
--rose-cheeks:#f27386;
--fantasy-romance:#e03879;
}