Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f4b3c4;
}
.pink-fit {
color: #f2a6ad;
}
.prism-pink {
color: #f2a1bf;
}
.oriole-yellow {
color: #f5d47a;
}
.deep-fried {
color: #f6b055;
}
/* CSS Variables */
:root {
--rhodonite:#f4b3c4;
--pink-fit:#f2a6ad;
--prism-pink:#f2a1bf;
--oriole-yellow:#f5d47a;
--deep-fried:#f6b055;
}