Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.certain-peach {
color: #f5b9a3;
}
.astilbe {
color: #f495a6;
}
.watermelon-juice {
color: #f05c8b;
}
.rose-turkish-delight {
color: #d84f74;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--certain-peach:#f5b9a3;
--astilbe:#f495a6;
--watermelon-juice:#f05c8b;
--rose-turkish-delight:#d84f74;
}