Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4b4f68;
}
.minnesota-april {
color: #9c9fb4;
}
.etcetera {
color: #e1c6d2;
}
.mango-margarita {
color: #f8b849;
}
.pastel-strawberry {
color: #ef4d4d;
}
/* CSS Variables */
:root {
--crown-blue:#4b4f68;
--minnesota-april:#9c9fb4;
--etcetera:#e1c6d2;
--mango-margarita:#f8b849;
--pastel-strawberry:#ef4d4d;
}