Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.rosy-tan {
color: #c9ada6;
}
.prairie-rose {
color: #f4c7be;
}
.milky-maize {
color: #f7d9a1;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--rosy-tan:#c9ada6;
--prairie-rose:#f4c7be;
--milky-maize:#f7d9a1;
}