Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #682c3e;
}
.mulberry-mix {
color: #9e5171;
}
.little-bow-pink {
color: #d17b9a;
}
.hibiscus-petal {
color: #f1a7ae;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--siren:#682c3e;
--mulberry-mix:#9e5171;
--little-bow-pink:#d17b9a;
--hibiscus-petal:#f1a7ae;
--lusty-gallant:#ffcdcc;
}