Color names in this palette
CSS code for this palette
/* CSS */
.cherry-flower {
color: #f8d8e9;
}
.squid-pink {
color: #f4b4bd;
}
.amaranth-pink {
color: #f09ebc;
}
.shadow-azalea-pink {
color: #ea6c9c;
}
.blush-d-amour {
color: #d95e89;
}
/* CSS Variables */
:root {
--cherry-flower:#f8d8e9;
--squid-pink:#f4b4bd;
--amaranth-pink:#f09ebc;
--shadow-azalea-pink:#ea6c9c;
--blush-d-amour:#d95e89;
}