Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f7a6a6;
}
.peach-damask {
color: #f6c5a7;
}
.lazy-daisy {
color: #f7e9a1;
}
.grape-green {
color: #a8e4a0;
}
.atlantic-ocean {
color: #a8d6e6;
}
/* CSS Variables */
:root {
--her-majesty:#f7a6a6;
--peach-damask:#f6c5a7;
--lazy-daisy:#f7e9a1;
--grape-green:#a8e4a0;
--atlantic-ocean:#a8d6e6;
}