Color names in this palette
CSS code for this palette
/* CSS */
.grant-village {
color: #6d92b0;
}
.grand-valley {
color: #8bbf7d;
}
.gentlemann-s-business-pants {
color: #f2e58c;
}
.copper-river {
color: #f6a26a;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--grant-village:#6d92b0;
--grand-valley:#8bbf7d;
--gentlemann-s-business-pants:#f2e58c;
--copper-river:#f6a26a;
--deep-blush:#e76a89;
}