Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.first-date {
color: #f6b2a2;
}
.youthful-coral {
color: #f28073;
}
.dusty-orange {
color: #d96e4a;
}
.liquorice-stick {
color: #b63e3e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--first-date:#f6b2a2;
--youthful-coral:#f28073;
--dusty-orange:#d96e4a;
--liquorice-stick:#b63e3e;
}