Color names in this palette
CSS code for this palette
/* CSS */
.holiday-camp {
color: #6d9c7d;
}
.frost-gum {
color: #8ecca0;
}
.pale-mountain-lake-turquoise {
color: #bae3d5;
}
.walnut-cream {
color: #f6d7b1;
}
.roseberry {
color: #f3a5a0;
}
/* CSS Variables */
:root {
--holiday-camp:#6d9c7d;
--frost-gum:#8ecca0;
--pale-mountain-lake-turquoise:#bae3d5;
--walnut-cream:#f6d7b1;
--roseberry:#f3a5a0;
}