Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.apricot-wash {
color: #f9a77b;
}
.blaze {
color: #f98c4e;
}
.consumed-by-fire {
color: #f97b1a;
}
.strawberry-avalanche {
color: #f5503d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--apricot-wash:#f9a77b;
--blaze:#f98c4e;
--consumed-by-fire:#f97b1a;
--strawberry-avalanche:#f5503d;
}