Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.rosy-tan {
color: #c9ada6;
}
.mystic-tulip {
color: #f7b5a1;
}
.milk-glass {
color: #f9f6f1;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--rosy-tan:#c9ada6;
--mystic-tulip:#f7b5a1;
--milk-glass:#f9f6f1;
}