Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a1c5;
}
.shark-bait {
color: #ec6999;
}
.squash-blossom {
color: #f6b83c;
}
.lake-thun {
color: #49b8e4;
}
.green-fondant {
color: #2b9c62;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a1c5;
--shark-bait:#ec6999;
--squash-blossom:#f6b83c;
--lake-thun:#49b8e4;
--green-fondant:#2b9c62;
}