Color names in this palette
CSS code for this palette
/* CSS */
.foxglove {
color: #b77b8d;
}
.rhodonite {
color: #f2b1c4;
}
.old-yella {
color: #ffeb99;
}
.yolk-yellow {
color: #e2b150;
}
.bitter-orange {
color: #d17a29;
}
/* CSS Variables */
:root {
--foxglove:#b77b8d;
--rhodonite:#f2b1c4;
--old-yella:#ffeb99;
--yolk-yellow:#e2b150;
--bitter-orange:#d17a29;
}