Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f7b1b1;
}
.prosecco {
color: #f7d4a6;
}
.sandy-shore {
color: #f2e7ba;
}
.green-trance {
color: #a5d9a6;
}
.xavier-blue {
color: #6cb2e5;
}
/* CSS Variables */
:root {
--brain-pink:#f7b1b1;
--prosecco:#f7d4a6;
--sandy-shore:#f2e7ba;
--green-trance:#a5d9a6;
--xavier-blue:#6cb2e5;
}