Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.rosy-tan {
color: #c9ada6;
}
.spilt-milk {
color: #f6f4d0;
}
.dress-up {
color: #f8c5bf;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--rosy-tan:#c9ada6;
--spilt-milk:#f6f4d0;
--dress-up:#f8c5bf;
}