Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f4c8d9;
}
.love-at-first-sight {
color: #e6a7b3;
}
.dusty-pink {
color: #d88d97;
}
.crushed-raspberry {
color: #b36b7d;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--baby-steps:#f4c8d9;
--love-at-first-sight:#e6a7b3;
--dusty-pink:#d88d97;
--crushed-raspberry:#b36b7d;
--black-liquorice:#3b3b3b;
}