Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e6a2c9;
}
.fulgrim-pink {
color: #f7b1d0;
}
.forgotten-sunset {
color: #fdd4af;
}
.french-vanilla {
color: #f1e2a7;
}
.green-trance {
color: #a1d89d;
}
/* CSS Variables */
:root {
--prettiest-pink:#e6a2c9;
--fulgrim-pink:#f7b1d0;
--forgotten-sunset:#fdd4af;
--french-vanilla:#f1e2a7;
--green-trance:#a1d89d;
}