Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #a9c9ea;
}
.prism-pink {
color: #f2a1c0;
}
.invigorating {
color: #f0e9b2;
}
.nyc-taxi {
color: #f6b531;
}
.cranapple {
color: #d67d7a;
}
/* CSS Variables */
:root {
--baby-bunting:#a9c9ea;
--prism-pink:#f2a1c0;
--invigorating:#f0e9b2;
--nyc-taxi:#f6b531;
--cranapple:#d67d7a;
}