Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d2bfe8;
}
.babbling-creek {
color: #a9b9d1;
}
.riverside-blue {
color: #6db3c5;
}
.pink-grapefruit {
color: #f5b7c7;
}
.james-blonde {
color: #f1e4b6;
}
/* CSS Variables */
:root {
--york-plum:#d2bfe8;
--babbling-creek:#a9b9d1;
--riverside-blue:#6db3c5;
--pink-grapefruit:#f5b7c7;
--james-blonde:#f1e4b6;
}