Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.plastic-clouds {
color: #f5f0f0;
}
.rosy-tan {
color: #c9ada6;
}
.momo-peach {
color: #f67481;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--plastic-clouds:#f5f0f0;
--rosy-tan:#c9ada6;
--momo-peach:#f67481;
}