Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.midnight-express {
color: #22223a;
}
.lemon-dream {
color: #f0a400;
}
.fuchsia-felicity {
color: #f64c71;
}
.ivory-tower {
color: #fbf5f4;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--midnight-express:#22223a;
--lemon-dream:#f0a400;
--fuchsia-felicity:#f64c71;
--ivory-tower:#fbf5f4;
}