Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.hawaiian-passion {
color: #f9a23e;
}
.ornery-tangerine {
color: #f77a2b;
}
.war-paint-red {
color: #d75b1d;
}
.rose-of-sharon {
color: #a84f2e;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--hawaiian-passion:#f9a23e;
--ornery-tangerine:#f77a2b;
--war-paint-red:#d75b1d;
--rose-of-sharon:#a84f2e;
}