Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f2b1c4;
}
.clarified-orange {
color: #ff9d5c;
}
.bright-khaki {
color: #f0e78e;
}
.turquoise-tower {
color: #a8e6cf;
}
.soap {
color: #c7c7f0;
}
/* CSS Variables */
:root {
--rhodonite:#f2b1c4;
--clarified-orange:#ff9d5c;
--bright-khaki:#f0e78e;
--turquoise-tower:#a8e6cf;
--soap:#c7c7f0;
}