Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e0b2;
}
.calabrese {
color: #f1a8a2;
}
.carissima {
color: #e77e95;
}
.fading-love {
color: #c56d9f;
}
.studio {
color: #794d9d;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e0b2;
--calabrese:#f1a8a2;
--carissima:#e77e95;
--fading-love:#c56d9f;
--studio:#794d9d;
}