Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d2;
}
.blended-fruit {
color: #f9e1a4;
}
.golden-nectar {
color: #ffda6b;
}
.radiation-carrot {
color: #ffa142;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d2;
--blended-fruit:#f9e1a4;
--golden-nectar:#ffda6b;
--radiation-carrot:#ffa142;
--grapefruit-pulp:#ff6e61;
}