Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.midnight-express {
color: #22223a;
}
.cor-de-pele {
color: #f5c2c2;
}
.milky-maize {
color: #f7d9a1;
}
.candied-yams {
color: #f9ab67;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--midnight-express:#22223a;
--cor-de-pele:#f5c2c2;
--milky-maize:#f7d9a1;
--candied-yams:#f9ab67;
}