Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e7a6c5;
}
.golden-cream {
color: #f9b56c;
}
.squash-blossom {
color: #f5b638;
}
.tropical-trail {
color: #85d6b1;
}
.high-blue {
color: #4ab2e3;
}
/* CSS Variables */
:root {
--prettiest-pink:#e7a6c5;
--golden-cream:#f9b56c;
--squash-blossom:#f5b638;
--tropical-trail:#85d6b1;
--high-blue:#4ab2e3;
}