Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pink-nectar {
color: #d7a8b9;
}
.parisian-patina {
color: #7d9b8d;
}
.baby-blue-eyes {
color: #a3c7f0;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pink-nectar:#d7a8b9;
--parisian-patina:#7d9b8d;
--baby-blue-eyes:#a3c7f0;
--ride-off-into-the-sunset:#f3d05e;
}