Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.orange-chiffon {
color: #fbae7e;
}
.mellow-sun {
color: #f7d49c;
}
.silent-ripple {
color: #a9e5e0;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--orange-chiffon:#fbae7e;
--mellow-sun:#f7d49c;
--silent-ripple:#a9e5e0;
--sea-cliff:#a3c7e0;
}