Color names in this palette
CSS code for this palette
/* CSS */
.spring-roll {
color: #c4a65f;
}
.hanover {
color: #d8c5b1;
}
.bistro-pink {
color: #e1b7b7;
}
.ariel-s-delight {
color: #b5a3d2;
}
.lush-lilac {
color: #9c7dba;
}
/* CSS Variables */
:root {
--spring-roll:#c4a65f;
--hanover:#d8c5b1;
--bistro-pink:#e1b7b7;
--ariel-s-delight:#b5a3d2;
--lush-lilac:#9c7dba;
}