Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f5b7c6;
}
.dreamsicle {
color: #f6d6c1;
}
.bone-white {
color: #f3e0af;
}
.eerie-glow {
color: #a7d7b8;
}
.embellished-blue {
color: #87c7c9;
}
/* CSS Variables */
:root {
--rhodonite:#f5b7c6;
--dreamsicle:#f6d6c1;
--bone-white:#f3e0af;
--eerie-glow:#a7d7b8;
--embellished-blue:#87c7c9;
}