Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d3;
}
.rozowy-pink {
color: #f3a5b7;
}
.sachet-pink {
color: #f28cba;
}
.love-letter {
color: #e76a8f;
}
.raspberry-sorbet {
color: #d53f6c;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d3;
--rozowy-pink:#f3a5b7;
--sachet-pink:#f28cba;
--love-letter:#e76a8f;
--raspberry-sorbet:#d53f6c;
}