Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4d4b8b;
}
.murex {
color: #7f7eb4;
}
.ariel-s-delight {
color: #b5a3d2;
}
.peach-damask {
color: #f7c6a6;
}
.jinzamomi-pink {
color: #f1605b;
}
/* CSS Variables */
:root {
--beaded-blue:#4d4b8b;
--murex:#7f7eb4;
--ariel-s-delight:#b5a3d2;
--peach-damask:#f7c6a6;
--jinzamomi-pink:#f1605b;
}