Color names in this palette
CSS code for this palette
/* CSS */
.lemon-meringue {
color: #f6e298;
}
.maximum-yellow-red {
color: #f0b74c;
}
.pesto-calabrese {
color: #f59a24;
}
.bierwurst {
color: #f18f8e;
}
.hope {
color: #e57b9b;
}
/* CSS Variables */
:root {
--lemon-meringue:#f6e298;
--maximum-yellow-red:#f0b74c;
--pesto-calabrese:#f59a24;
--bierwurst:#f18f8e;
--hope:#e57b9b;
}