Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c8;
}
.minuette {
color: #d67a91;
}
.exaggerated-blush {
color: #b65466;
}
.hippie-pink {
color: #aa4b5b;
}
.siren {
color: #6d2c3b;
}
/* CSS Variables */
:root {
--chantilly:#eab8c8;
--minuette:#d67a91;
--exaggerated-blush:#b65466;
--hippie-pink:#aa4b5b;
--siren:#6d2c3b;
}