Color names in this palette
CSS code for this palette
/* CSS */
.powder-rose {
color: #f7b1bf;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.salmon-eggs {
color: #f9d55d;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--powder-rose:#f7b1bf;
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--salmon-eggs:#f9d55d;
--sour-candy:#69af4b;
}