Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.calabrese {
color: #f5a7a3;
}
.fruity-licious {
color: #f68e90;
}
.breeze-of-chilli {
color: #f36d6d;
}
.fever {
color: #ea4e48;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--calabrese:#f5a7a3;
--fruity-licious:#f68e90;
--breeze-of-chilli:#f36d6d;
--fever:#ea4e48;
}