Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #d5a7f1;
}
.frost-fairy {
color: #b5c9f2;
}
.turkish-turquoise {
color: #78e2f2;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--petal-plush:#d5a7f1;
--frost-fairy:#b5c9f2;
--turkish-turquoise:#78e2f2;
--macaroni-and-cheese:#ffb67a;
--grapefruit-pulp:#ff6e61;
}