Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a7c9a;
}
.aerial-view {
color: #a2b1c8;
}
.york-plum {
color: #d2c1e7;
}
.noodles {
color: #f8e5b4;
}
.brain-pink {
color: #f2b2b0;
}
/* CSS Variables */
:root {
--searching-blue:#6a7c9a;
--aerial-view:#a2b1c8;
--york-plum:#d2c1e7;
--noodles:#f8e5b4;
--brain-pink:#f2b2b0;
}