Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.calabrese {
color: #f1a8a2;
}
.monastir {
color: #b68b98;
}
.mauveine {
color: #8b6f8b;
}
.beaded-blue {
color: #4b4b8b;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--calabrese:#f1a8a2;
--monastir:#b68b98;
--mauveine:#8b6f8b;
--beaded-blue:#4b4b8b;
}