Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d6;
}
.pink-chalk {
color: #f4a4bf;
}
.funki-porcini {
color: #f09999;
}
.sassy-salmon {
color: #f07d56;
}
.day-glow-orange {
color: #e95f35;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d6;
--pink-chalk:#f4a4bf;
--funki-porcini:#f09999;
--sassy-salmon:#f07d56;
--day-glow-orange:#e95f35;
}