Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.golden-hour {
color: #f2b75a;
}
.dull-yellow {
color: #f1df5b;
}
.gunmetal-grey {
color: #808d8e;
}
.chinaberry-bloom {
color: #d6c2d5;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--golden-hour:#f2b75a;
--dull-yellow:#f1df5b;
--gunmetal-grey:#808d8e;
--chinaberry-bloom:#d6c2d5;
}