Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.calabrese {
color: #f6a9a2;
}
.harvest-wreath {
color: #f8d5c4;
}
.whisper {
color: #f0e7e5;
}
.fairy-tale {
color: #f0b2c9;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--calabrese:#f6a9a2;
--harvest-wreath:#f8d5c4;
--whisper:#f0e7e5;
--fairy-tale:#f0b2c9;
}