Color names in this palette
CSS code for this palette
/* CSS */
.pezzottaite {
color: #cf3a4e;
}
.paris-pink {
color: #d76a8d;
}
.garden-party {
color: #e1a8b6;
}
.alyssum {
color: #f1d5d8;
}
.butterfield {
color: #f3c058;
}
/* CSS Variables */
:root {
--pezzottaite:#cf3a4e;
--paris-pink:#d76a8d;
--garden-party:#e1a8b6;
--alyssum:#f1d5d8;
--butterfield:#f3c058;
}