Color names in this palette
CSS code for this palette
/* CSS */
.mallorca-blue {
color: #4e8097;
}
.spearmint-burst {
color: #5abf8b;
}
.venetian-yellow {
color: #f8e6a0;
}
.candy-cane {
color: #f8bfc2;
}
.prettiest-pink {
color: #e7a6c8;
}
/* CSS Variables */
:root {
--mallorca-blue:#4e8097;
--spearmint-burst:#5abf8b;
--venetian-yellow:#f8e6a0;
--candy-cane:#f8bfc2;
--prettiest-pink:#e7a6c8;
}