Color names in this palette
CSS code for this palette
/* CSS */
.astilbe {
color: #f08fa7;
}
.hydrangea-pink {
color: #eab3c8;
}
.minimal-rose {
color: #f5d1e2;
}
.taffy-pink {
color: #f8a5c8;
}
.hopbush {
color: #d26a94;
}
/* CSS Variables */
:root {
--astilbe:#f08fa7;
--hydrangea-pink:#eab3c8;
--minimal-rose:#f5d1e2;
--taffy-pink:#f8a5c8;
--hopbush:#d26a94;
}