Color names in this palette
CSS code for this palette
/* CSS */
.pink-nectar {
color: #d9a5b3;
}
.loveable {
color: #f1c0c4;
}
.barely-butter {
color: #f6e7c1;
}
.eerie-glow {
color: #a7d7b8;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
/* CSS Variables */
:root {
--pink-nectar:#d9a5b3;
--loveable:#f1c0c4;
--barely-butter:#f6e7c1;
--eerie-glow:#a7d7b8;
--jugendstil-turquoise:#5e9c9b;
}