Color names in this palette
CSS code for this palette
/* CSS */
.california-lilac {
color: #bac6e3;
}
.prettiest-pink {
color: #e59fc5;
}
.margarine {
color: #f7d92b;
}
.usubeni-red {
color: #f36868;
}
.grape-royale {
color: #4f2c58;
}
/* CSS Variables */
:root {
--california-lilac:#bac6e3;
--prettiest-pink:#e59fc5;
--margarine:#f7d92b;
--usubeni-red:#f36868;
--grape-royale:#4f2c58;
}