Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.simple-pink {
color: #f7a1ae;
}
.flower-blossom-pink {
color: #f27d8b;
}
.bubblegum {
color: #e85e73;
}
.geranium {
color: #d5485b;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--simple-pink:#f7a1ae;
--flower-blossom-pink:#f27d8b;
--bubblegum:#e85e73;
--geranium:#d5485b;
}