Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d85c41;
}
.question-mark-block {
color: #f09e4c;
}
.hint-of-honey {
color: #ffd86b;
}
.water-park {
color: #4fb09b;
}
.bay-site {
color: #2c5f8c;
}
/* CSS Variables */
:root {
--fireglow:#d85c41;
--question-mark-block:#f09e4c;
--hint-of-honey:#ffd86b;
--water-park:#4fb09b;
--bay-site:#2c5f8c;
}