Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.princess {
color: #f1a7b3;
}
.strawberry-pink {
color: #f26e7d;
}
.crown-jewels {
color: #9a6aaf;
}
.boat-house {
color: #4a8fba;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--princess:#f1a7b3;
--strawberry-pink:#f26e7d;
--crown-jewels:#9a6aaf;
--boat-house:#4a8fba;
}