Color names in this palette
CSS code for this palette
/* CSS */
.post-boy {
color: #7899ab;
}
.haint-blue {
color: #c4d9d9;
}
.bleached-silk {
color: #f2f2f2;
}
.athena-pink {
color: #e9b4c5;
}
.rhine-wine {
color: #c56d92;
}
/* CSS Variables */
:root {
--post-boy:#7899ab;
--haint-blue:#c4d9d9;
--bleached-silk:#f2f2f2;
--athena-pink:#e9b4c5;
--rhine-wine:#c56d92;
}