Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c7a7;
}
.gumball {
color: #e3b5d4;
}
.pale-cerulean {
color: #9bc3e4;
}
.feather-green {
color: #a4d0b5;
}
.majestic-treasures {
color: #f2e7a6;
}
/* CSS Variables */
:root {
--peach-damask:#f6c7a7;
--gumball:#e3b5d4;
--pale-cerulean:#9bc3e4;
--feather-green:#a4d0b5;
--majestic-treasures:#f2e7a6;
}