Color names in this palette
CSS code for this palette
/* CSS */
.amazon-river-dolphin {
color: #e6b2b8;
}
.sanctuary {
color: #d4c7a5;
}
.bird-s-egg-green {
color: #a7c8b8;
}
.james-blonde {
color: #f1e3b7;
}
.her-majesty {
color: #f8a5a6;
}
/* CSS Variables */
:root {
--amazon-river-dolphin:#e6b2b8;
--sanctuary:#d4c7a5;
--bird-s-egg-green:#a7c8b8;
--james-blonde:#f1e3b7;
--her-majesty:#f8a5a6;
}