Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e6b7d3;
}
.prism-pink {
color: #f2a1c0;
}
.shrimp-toast {
color: #f6c4a2;
}
.gorse {
color: #f9e639;
}
.amber-glow {
color: #f09c3d;
}
/* CSS Variables */
:root {
--eau-de-rose:#e6b7d3;
--prism-pink:#f2a1c0;
--shrimp-toast:#f6c4a2;
--gorse:#f9e639;
--amber-glow:#f09c3d;
}