Color names in this palette
CSS code for this palette
/* CSS */
.maybe-maui {
color: #f7d58d;
}
.shrimp-cocktail {
color: #f3a662;
}
.dusty-orange {
color: #e46c4e;
}
.lingonberry-red {
color: #d04958;
}
.parlour-red {
color: #a02c5c;
}
/* CSS Variables */
:root {
--maybe-maui:#f7d58d;
--shrimp-cocktail:#f3a662;
--dusty-orange:#e46c4e;
--lingonberry-red:#d04958;
--parlour-red:#a02c5c;
}