Color names in this palette
CSS code for this palette
/* CSS */
.hello-yellow {
color: #ffe59e;
}
.caramel-finish {
color: #ffd899;
}
.apricot-butter {
color: #ffc880;
}
.cape-jasmine {
color: #ffbb5c;
}
.hawaiian-passion {
color: #ffa13d;
}
/* CSS Variables */
:root {
--hello-yellow:#ffe59e;
--caramel-finish:#ffd899;
--apricot-butter:#ffc880;
--cape-jasmine:#ffbb5c;
--hawaiian-passion:#ffa13d;
}