Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.squid-pink {
color: #f7b6bf;
}
.mountain-laurel {
color: #f5c7d3;
}
.blush-tint {
color: #f4e1e7;
}
.hydrangea-pink {
color: #e7b1c7;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--squid-pink:#f7b6bf;
--mountain-laurel:#f5c7d3;
--blush-tint:#f4e1e7;
--hydrangea-pink:#e7b1c7;
}