Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d4a7;
}
.calabrese {
color: #f1a8a2;
}
.i-love-you-pink {
color: #d97d8c;
}
.cosmetic-red {
color: #a65e7d;
}
.daisy-bush {
color: #5b3e89;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d4a7;
--calabrese:#f1a8a2;
--i-love-you-pink:#d97d8c;
--cosmetic-red:#a65e7d;
--daisy-bush:#5b3e89;
}