Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b2b1;
}
.yellow-tulip {
color: #f5d270;
}
.pearl-yellow {
color: #f2e3ba;
}
.celadon {
color: #b1e3b0;
}
.arctic-ocean {
color: #6cc3d0;
}
/* CSS Variables */
:root {
--precious-pink:#f7b2b1;
--yellow-tulip:#f5d270;
--pearl-yellow:#f2e3ba;
--celadon:#b1e3b0;
--arctic-ocean:#6cc3d0;
}