Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4b4f68;
}
.blue-aura {
color: #6c7589;
}
.grey-agate {
color: #a8b2c2;
}
.wash-me {
color: #f8fafc;
}
.corn-poppy-cherry {
color: #e84117;
}
/* CSS Variables */
:root {
--crown-blue:#4b4f68;
--blue-aura:#6c7589;
--grey-agate:#a8b2c2;
--wash-me:#f8fafc;
--corn-poppy-cherry:#e84117;
}