Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.antique-cameo {
color: #f2b9a1;
}
.amber-yellow {
color: #f5b55b;
}
.pearl-yellow {
color: #f2e3ba;
}
.eton-blue {
color: #a8d6d4;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--antique-cameo:#f2b9a1;
--amber-yellow:#f5b55b;
--pearl-yellow:#f2e3ba;
--eton-blue:#a8d6d4;
}