Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-passion {
color: #ffa13d;
}
.floral-leaf {
color: #ffb84d;
}
.chanterelles {
color: #ffc66b;
}
.summer-harvest {
color: #ffe799;
}
.carrot {
color: #ff713d;
}
/* CSS Variables */
:root {
--hawaiian-passion:#ffa13d;
--floral-leaf:#ffb84d;
--chanterelles:#ffc66b;
--summer-harvest:#ffe799;
--carrot:#ff713d;
}