Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry-pink {
color: #9f3c5c;
}
.silk-ribbon {
color: #c76b90;
}
.sekichiku-pink {
color: #e5a9b9;
}
.ballet {
color: #f8d5d3;
}
.illuminated {
color: #f9e6d7;
}
/* CSS Variables */
:root {
--boysenberry-pink:#9f3c5c;
--silk-ribbon:#c76b90;
--sekichiku-pink:#e5a9b9;
--ballet:#f8d5d3;
--illuminated:#f9e6d7;
}