Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c4;
}
.yellow-tulip {
color: #f5d06b;
}
.mellow-apricot {
color: #f9b87b;
}
.malibu {
color: #61b6e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c4;
--yellow-tulip:#f5d06b;
--mellow-apricot:#f9b87b;
--malibu:#61b6e0;
--grapefruit-pulp:#ff6e61;
}