Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f4c8e5;
}
.rogue-pink {
color: #f7a1bf;
}
.flower-blossom-pink {
color: #f57a8b;
}
.highlighter-pink {
color: #e65b7b;
}
.speaking-of-the-devil {
color: #aa3c57;
}
/* CSS Variables */
:root {
--sparkling-pink:#f4c8e5;
--rogue-pink:#f7a1bf;
--flower-blossom-pink:#f57a8b;
--highlighter-pink:#e65b7b;
--speaking-of-the-devil:#aa3c57;
}