Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-apricot {
color: #f6c0a7;
}
.roseberry {
color: #f7a8a1;
}
.orange-grove {
color: #fbaf8e;
}
.midday {
color: #f8d88b;
}
.deep-fried {
color: #f6b055;
}
/* CSS Variables */
:root {
--heirloom-apricot:#f6c0a7;
--roseberry:#f7a8a1;
--orange-grove:#fbaf8e;
--midday:#f8d88b;
--deep-fried:#f6b055;
}