Color names in this palette
CSS code for this palette
/* CSS */
.avid-apricot {
color: #f3c5a0;
}
.sunset-peach {
color: #f9a885;
}
.akak-red {
color: #f27c5f;
}
.highlighter-pink {
color: #e85e7e;
}
.llilacquered {
color: #c85b99;
}
/* CSS Variables */
:root {
--avid-apricot:#f3c5a0;
--sunset-peach:#f9a885;
--akak-red:#f27c5f;
--highlighter-pink:#e85e7e;
--llilacquered:#c85b99;
}