Color names in this palette
CSS code for this palette
/* CSS */
.hydrangea-pink {
color: #eab3c9;
}
.sweetheart {
color: #f4c3da;
}
.pink-frosting {
color: #f9d7e0;
}
.american-yellow {
color: #f0b000;
}
.golden-field {
color: #c4a340;
}
/* CSS Variables */
:root {
--hydrangea-pink:#eab3c9;
--sweetheart:#f4c3da;
--pink-frosting:#f9d7e0;
--american-yellow:#f0b000;
--golden-field:#c4a340;
}