Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.berry-popsicle {
color: #d5a5d1;
}
.squash-blossom {
color: #f6b83c;
}
.deep-coral {
color: #d97c54;
}
.pink-pepper {
color: #f25a6c;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--berry-popsicle:#d5a5d1;
--squash-blossom:#f6b83c;
--deep-coral:#d97c54;
--pink-pepper:#f25a6c;
}