Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f3a0c0;
}
.cheddar-corn {
color: #f7d4b6;
}
.shalimar {
color: #f7f6a6;
}
.green-gooseberry {
color: #afdf9f;
}
.blue-jay {
color: #5c86e0;
}
/* CSS Variables */
:root {
--prism-pink:#f3a0c0;
--cheddar-corn:#f7d4b6;
--shalimar:#f7f6a6;
--green-gooseberry:#afdf9f;
--blue-jay:#5c86e0;
}