Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.candy-drop {
color: #c85b6b;
}
.savory-salmon {
color: #d69e99;
}
.rose-reminder {
color: #f5c2c5;
}
.crushed-cashew {
color: #ffebd6;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--candy-drop:#c85b6b;
--savory-salmon:#d69e99;
--rose-reminder:#f5c2c5;
--crushed-cashew:#ffebd6;
}