Color names in this palette
CSS code for this palette
/* CSS */
.pleasing-pink {
color: #f6cbd1;
}
.pretty-pink-piggy {
color: #f2a6d7;
}
.light-shimmer {
color: #a6d2f2;
}
.overtone {
color: #9fe5b3;
}
.buttery-croissant {
color: #f2e29c;
}
/* CSS Variables */
:root {
--pleasing-pink:#f6cbd1;
--pretty-pink-piggy:#f2a6d7;
--light-shimmer:#a6d2f2;
--overtone:#9fe5b3;
--buttery-croissant:#f2e29c;
}