Color names in this palette
CSS code for this palette
/* CSS */
.mild-heart-attack {
color: #f46e66;
}
.citrus-hill {
color: #f9a88b;
}
.pale-banana {
color: #f6e18e;
}
.highlighter-yellow {
color: #f4e53e;
}
.st-patrick {
color: #2b8c4d;
}
/* CSS Variables */
:root {
--mild-heart-attack:#f46e66;
--citrus-hill:#f9a88b;
--pale-banana:#f6e18e;
--highlighter-yellow:#f4e53e;
--st-patrick:#2b8c4d;
}