Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.fulgrim-pink {
color: #f2b1d1;
}
.laelia-pink {
color: #f8c4e0;
}
.beekeeper {
color: #f6e292;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--fulgrim-pink:#f2b1d1;
--laelia-pink:#f8c4e0;
--beekeeper:#f6e292;
--pompelmo:#ff6b6b;
}