Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-corn {
color: #f8d3b4;
}
.pretty-in-pink {
color: #f6bbe7;
}
.pearly-pink {
color: #f193c8;
}
.somewhere-in-a-fairytale {
color: #d296e4;
}
.rich-lavender {
color: #a26acd;
}
/* CSS Variables */
:root {
--cheddar-corn:#f8d3b4;
--pretty-in-pink:#f6bbe7;
--pearly-pink:#f193c8;
--somewhere-in-a-fairytale:#d296e4;
--rich-lavender:#a26acd;
}