Color names in this palette
CSS code for this palette
/* CSS */
.pelican-bill {
color: #d6c2c7;
}
.athena-pink {
color: #e9b4c4;
}
.nursery {
color: #f1d0d3;
}
.poetic-princess {
color: #f9e1e3;
}
.mountain-laurel {
color: #f5c7d6;
}
/* CSS Variables */
:root {
--pelican-bill:#d6c2c7;
--athena-pink:#e9b4c4;
--nursery:#f1d0d3;
--poetic-princess:#f9e1e3;
--mountain-laurel:#f5c7d6;
}