Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f8c9d9;
}
.funki-porcini {
color: #f0999c;
}
.breeze-of-chilli {
color: #f06f6a;
}
.framboise {
color: #e6005c;
}
.raspberry {
color: #b3004d;
}
/* CSS Variables */
:root {
--baby-steps:#f8c9d9;
--funki-porcini:#f0999c;
--breeze-of-chilli:#f06f6a;
--framboise:#e6005c;
--raspberry:#b3004d;
}