Color names in this palette
CSS code for this palette
/* CSS */
.spring-roll {
color: #c4a65f;
}
.ancient-murasaki-purple {
color: #8b5b8b;
}
.tan-temptation {
color: #f0c09e;
}
.her-majesty {
color: #f7a1a5;
}
.kurenai-red {
color: #db003a;
}
/* CSS Variables */
:root {
--spring-roll:#c4a65f;
--ancient-murasaki-purple:#8b5b8b;
--tan-temptation:#f0c09e;
--her-majesty:#f7a1a5;
--kurenai-red:#db003a;
}