Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #9d4d9b;
}
.prehistoric-pink {
color: #c06d8f;
}
.rose-mallow {
color: #f1a7c6;
}
.cheddar-corn {
color: #f7d4b6;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--hyacinth-violet:#9d4d9b;
--prehistoric-pink:#c06d8f;
--rose-mallow:#f1a7c6;
--cheddar-corn:#f7d4b6;
--hawaiian-cream:#f9e6b9;
}