Color names in this palette
CSS code for this palette
/* CSS */
.foul-green {
color: #82c9a0;
}
.appetite {
color: #b2e1a8;
}
.patrinia-scabiosaefolia {
color: #f2f2ab;
}
.mellow-apricot {
color: #f9b876;
}
.fruit-red {
color: #f78a69;
}
/* CSS Variables */
:root {
--foul-green:#82c9a0;
--appetite:#b2e1a8;
--patrinia-scabiosaefolia:#f2f2ab;
--mellow-apricot:#f9b876;
--fruit-red:#f78a69;
}