Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a1c2e3;
}
.prism-pink {
color: #f2a1c5;
}
.yellow-essence {
color: #fce2b6;
}
.kanz-orange {
color: #ff8e3d;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--blair:#a1c2e3;
--prism-pink:#f2a1c5;
--yellow-essence:#fce2b6;
--kanz-orange:#ff8e3d;
--grapefruit:#ff5c5c;
}