Color names in this palette
CSS code for this palette
/* CSS */
.glenwood-green {
color: #a7d3b8;
}
.rhodonite {
color: #f1b1c6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.deep-fried-sun-rays {
color: #f7c559;
}
.gilded-leaves {
color: #e8a03b;
}
/* CSS Variables */
:root {
--glenwood-green:#a7d3b8;
--rhodonite:#f1b1c6;
--hawaiian-cream:#f9e6b9;
--deep-fried-sun-rays:#f7c559;
--gilded-leaves:#e8a03b;
}