Color names in this palette
CSS code for this palette
/* CSS */
.nursery {
color: #f1d0d1;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.cranberry-splash {
color: #d54d69;
}
.plum-dust {
color: #aa4b8f;
}
.bordeaux-red {
color: #6d2c4b;
}
/* CSS Variables */
:root {
--nursery:#f1d0d1;
--sprinkled-with-pink:#e8a1ae;
--cranberry-splash:#d54d69;
--plum-dust:#aa4b8f;
--bordeaux-red:#6d2c4b;
}