Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #ff4d8b;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
.yellow-dragon {
color: #f6e67e;
}
.sea-glass-teal {
color: #a1e3d8;
}
/* CSS Variables */
:root {
--french-rose:#ff4d8b;
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
--yellow-dragon:#f6e67e;
--sea-glass-teal:#a1e3d8;
}