Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e9a5c6;
}
.peach-damask {
color: #f7c5a6;
}
.majestic-treasures {
color: #f0e7a3;
}
.basil-smash {
color: #b5e0a3;
}
.petit-four {
color: #7eb9d3;
}
/* CSS Variables */
:root {
--prettiest-pink:#e9a5c6;
--peach-damask:#f7c5a6;
--majestic-treasures:#f0e7a3;
--basil-smash:#b5e0a3;
--petit-four:#7eb9d3;
}