Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a51d34;
}
.candy-drop {
color: #c45a65;
}
.rhapsodic {
color: #d89d97;
}
.english-rose {
color: #f5c7c2;
}
.tutu {
color: #f8e4e2;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a51d34;
--candy-drop:#c45a65;
--rhapsodic:#d89d97;
--english-rose:#f5c7c2;
--tutu:#f8e4e2;
}