Color names in this palette
CSS code for this palette
/* CSS */
.catalina {
color: #6f9f9e;
}
.shrimp-toast {
color: #f7c8a1;
}
.pink-touch {
color: #f9e2d7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.carmine-rose {
color: #e05c8f;
}
/* CSS Variables */
:root {
--catalina:#6f9f9e;
--shrimp-toast:#f7c8a1;
--pink-touch:#f9e2d7;
--grapefruit-pulp:#ff6e61;
--carmine-rose:#e05c8f;
}