Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d2c0e3;
}
.childish-wonder {
color: #a4a6df;
}
.searching-blue {
color: #6a7f9a;
}
.trapunto {
color: #f5e9b7;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--york-plum:#d2c0e3;
--childish-wonder:#a4a6df;
--searching-blue:#6a7f9a;
--trapunto:#f5e9b7;
--shrimp-cocktail:#f4a462;
}