Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.princess {
color: #f1a7b3;
}
.nutter-butter {
color: #f7d4c5;
}
.butter-up {
color: #f3e2b9;
}
.lion-cub {
color: #f8caa5;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--princess:#f1a7b3;
--nutter-butter:#f7d4c5;
--butter-up:#f3e2b9;
--lion-cub:#f8caa5;
}