Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.midnight-express {
color: #22223a;
}
.candlelight-yellow {
color: #f7f2ca;
}
.casandora-yellow {
color: #fbcb5b;
}
.momo-peach {
color: #f67481;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--midnight-express:#22223a;
--candlelight-yellow:#f7f2ca;
--casandora-yellow:#fbcb5b;
--momo-peach:#f67481;
}