Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f5d870;
}
.golden-hour {
color: #f2b75a;
}
.question-mark-block {
color: #f09b4c;
}
.meat {
color: #f27f7d;
}
.blush-d-amour {
color: #e35f86;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f5d870;
--golden-hour:#f2b75a;
--question-mark-block:#f09b4c;
--meat:#f27f7d;
--blush-d-amour:#e35f86;
}