Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a4d2df;
}
.ballerina-tears {
color: #f2b7b1;
}
.white-strawberry {
color: #fce3b6;
}
.think-pink {
color: #e6a7c3;
}
.mauve-orchid {
color: #a9708e;
}
/* CSS Variables */
:root {
--french-pass:#a4d2df;
--ballerina-tears:#f2b7b1;
--white-strawberry:#fce3b6;
--think-pink:#e6a7c3;
--mauve-orchid:#a9708e;
}