Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f3a2a0;
}
.peach-patch {
color: #f4d59f;
}
.no-gmb-yellow {
color: #f8e88b;
}
.tareyton {
color: #a3c8c0;
}
.pale-verdigris {
color: #6d9c93;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f3a2a0;
--peach-patch:#f4d59f;
--no-gmb-yellow:#f8e88b;
--tareyton:#a3c8c0;
--pale-verdigris:#6d9c93;
}