Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f4c8d6;
}
.garden-party {
color: #e1a3b6;
}
.heirloom-rose {
color: #d1859f;
}
.je-t-aime {
color: #af6a94;
}
.our-little-secret {
color: #a4517a;
}
/* CSS Variables */
:root {
--mountain-laurel:#f4c8d6;
--garden-party:#e1a3b6;
--heirloom-rose:#d1859f;
--je-t-aime:#af6a94;
--our-little-secret:#a4517a;
}