Color names in this palette
CSS code for this palette
/* CSS */
.hello-yellow {
color: #ffe59e;
}
.whipped-apricot {
color: #ffd399;
}
.zing {
color: #ffc17a;
}
.vintage-orange {
color: #ffb05c;
}
.hawaiian-passion {
color: #ffa13d;
}
/* CSS Variables */
:root {
--hello-yellow:#ffe59e;
--whipped-apricot:#ffd399;
--zing:#ffc17a;
--vintage-orange:#ffb05c;
--hawaiian-passion:#ffa13d;
}