CSS code for this palette
/* CSS */
.pimlico {
color: #e09fa1;
}
.loveable {
color: #f1c1c5;
}
.first-daughter {
color: #f8d3d7;
}
.rose-sugar {
color: #fbe5e6;
}
.abalone {
color: #faf5f6;
}
/* CSS Variables */
:root {
--pimlico:#e09fa1;
--loveable:#f1c1c5;
--first-daughter:#f8d3d7;
--rose-sugar:#fbe5e6;
--abalone:#faf5f6;
}