Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.angela-bay {
color: #a9c3e0;
}
.majestic-treasures {
color: #f2e7a1;
}
.serene-pink {
color: #f7c5bb;
}
.flat-green {
color: #6c9a4c;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--angela-bay:#a9c3e0;
--majestic-treasures:#f2e7a1;
--serene-pink:#f7c5bb;
--flat-green:#6c9a4c;
}