Color names in this palette
CSS code for this palette
/* CSS */
.peach-pink {
color: #ff998a;
}
.persicus {
color: #ffb39e;
}
.dainty-peach {
color: #ffcbb8;
}
.mouse-nose {
color: #ffe4b3;
}
.beaming-sun {
color: #fff8e0;
}
/* CSS Variables */
:root {
--peach-pink:#ff998a;
--persicus:#ffb39e;
--dainty-peach:#ffcbb8;
--mouse-nose:#ffe4b3;
--beaming-sun:#fff8e0;
}