Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.quartz-white {
color: #f2e8e3;
}
.rose-reminder {
color: #f5c2c5;
}
.briar-rose {
color: #c06d84;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--quartz-white:#f2e8e3;
--rose-reminder:#f5c2c5;
--briar-rose:#c06d84;
}