Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c6a2;
}
.stone-fruit {
color: #f2a68c;
}
.ambitious-rose {
color: #e76a7b;
}
.pink-punch {
color: #d14d6b;
}
.warrior-queen {
color: #a32e4d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c6a2;
--stone-fruit:#f2a68c;
--ambitious-rose:#e76a7b;
--pink-punch:#d14d6b;
--warrior-queen:#a32e4d;
}