Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pale {
color: #e5c8d5;
}
.ibis {
color: #f6b6c1;
}
.lugganath-orange {
color: #f6a788;
}
.forsythia-blossom {
color: #f8d56d;
}
.cheater {
color: #f2b05a;
}
/* CSS Variables */
:root {
--pretty-pale:#e5c8d5;
--ibis:#f6b6c1;
--lugganath-orange:#f6a788;
--forsythia-blossom:#f8d56d;
--cheater:#f2b05a;
}