Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1d1;
}
.cherry-blossom {
color: #f8c4d5;
}
.prettiest-pink {
color: #e2a6c9;
}
.silver-rust {
color: #c3a5e3;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1d1;
--cherry-blossom:#f8c4d5;
--prettiest-pink:#e2a6c9;
--silver-rust:#c3a5e3;
--sea-cliff:#a3c7e0;
}