Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7a1a28;
}
.frosted-pomegranate {
color: #aa3c47;
}
.strawberry-milkshake {
color: #d66b89;
}
.pink-fit {
color: #f4a9b2;
}
.poetic-princess {
color: #f8e2e6;
}
/* CSS Variables */
:root {
--seattle-red:#7a1a28;
--frosted-pomegranate:#aa3c47;
--strawberry-milkshake:#d66b89;
--pink-fit:#f4a9b2;
--poetic-princess:#f8e2e6;
}