Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.hot-coral {
color: #f25c5a;
}
.ivory-tower {
color: #fbf5f4;
}
.rosy-tan {
color: #c9ada6;
}
.midnight-express {
color: #22223a;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--hot-coral:#f25c5a;
--ivory-tower:#fbf5f4;
--rosy-tan:#c9ada6;
--midnight-express:#22223a;
}