Color names in this palette
CSS code for this palette
/* CSS */
.begonia {
color: #ff7077;
}
.peach-pink {
color: #ff998a;
}
.egyptian-javelin {
color: #ffbbad;
}
.mouse-nose {
color: #ffe4b3;
}
.tea-green {
color: #d1f0c1;
}
/* CSS Variables */
:root {
--begonia:#ff7077;
--peach-pink:#ff998a;
--egyptian-javelin:#ffbbad;
--mouse-nose:#ffe4b3;
--tea-green:#d1f0c1;
}