Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d3;
}
.love-spell {
color: #f7b6c4;
}
.flower-girl {
color: #f599b0;
}
.harmonious-rose {
color: #f29cb9;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d3;
--love-spell:#f7b6c4;
--flower-girl:#f599b0;
--harmonious-rose:#f29cb9;
--sweet-lilac:#eab8d1;
}