Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.pale-mint {
color: #a8c4a1;
}
.lemon-filling {
color: #f7e6a6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.porcelain-rose {
color: #e86969;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--pale-mint:#a8c4a1;
--lemon-filling:#f7e6a6;
--maximum-yellow-red:#f1b74b;
--porcelain-rose:#e86969;
}