Color names in this palette
CSS code for this palette
/* CSS */
.lusty-gallant {
color: #ffcdcc;
}
.himalayan-balsam {
color: #ff99cc;
}
.peach-orange {
color: #ffcc99;
}
.sunburst-yellow {
color: #ffff99;
}
.distilled-moss {
color: #ccffcc;
}
/* CSS Variables */
:root {
--lusty-gallant:#ffcdcc;
--himalayan-balsam:#ff99cc;
--peach-orange:#ffcc99;
--sunburst-yellow:#ffff99;
--distilled-moss:#ccffcc;
}