Color names in this palette
CSS code for this palette
/* CSS */
.pasta {
color: #f8e2af;
}
.certain-peach {
color: #f4b99f;
}
.pink-sherbet {
color: #f37ca0;
}
.mega-magenta {
color: #d666a7;
}
.classic-bouquet {
color: #a58cc5;
}
/* CSS Variables */
:root {
--pasta:#f8e2af;
--certain-peach:#f4b99f;
--pink-sherbet:#f37ca0;
--mega-magenta:#d666a7;
--classic-bouquet:#a58cc5;
}