Color names in this palette
CSS code for this palette
/* CSS */
.hydrangea-pink {
color: #e6b3c9;
}
.mary-s-rose {
color: #f4d2d3;
}
.first-date {
color: #f7b2a1;
}
.skullcrusher-brass {
color: #f1c68e;
}
.natural-youth {
color: #d8e2b6;
}
/* CSS Variables */
:root {
--hydrangea-pink:#e6b3c9;
--mary-s-rose:#f4d2d3;
--first-date:#f7b2a1;
--skullcrusher-brass:#f1c68e;
--natural-youth:#d8e2b6;
}