Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f6e3a7;
}
.5 {
color: #f9d68b;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.smooch-rouge {
color: #d6384b;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f6e3a7;
--5:#f9d68b;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--smooch-rouge:#d6384b;
}