Color names in this palette
CSS code for this palette
/* CSS */
.pastel-magenta {
color: #f3a0c8;
}
.first-daughter {
color: #f7d4d8;
}
.droplet {
color: #a8e2ff;
}
.green-parakeet {
color: #7ed3c0;
}
.pale-gold {
color: #ffdf6b;
}
/* CSS Variables */
:root {
--pastel-magenta:#f3a0c8;
--first-daughter:#f7d4d8;
--droplet:#a8e2ff;
--green-parakeet:#7ed3c0;
--pale-gold:#ffdf6b;
}