Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-daiquiri {
color: #9f3c4d;
}
.salmon-salt {
color: #e69a8e;
}
.cold-turkey {
color: #c9b2b1;
}
.brittany-s-bow {
color: #f4d7e0;
}
.etcetera {
color: #e2c5d3;
}
/* CSS Variables */
:root {
--strawberry-daiquiri:#9f3c4d;
--salmon-salt:#e69a8e;
--cold-turkey:#c9b2b1;
--brittany-s-bow:#f4d7e0;
--etcetera:#e2c5d3;
}