Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #ff4d8b;
}
.mango-tango {
color: #ff7e42;
}
.yellow-jacket {
color: #ffcb3d;
}
.aqua-wish {
color: #a3e1d2;
}
.pool-water {
color: #2e8cff;
}
/* CSS Variables */
:root {
--french-rose:#ff4d8b;
--mango-tango:#ff7e42;
--yellow-jacket:#ffcb3d;
--aqua-wish:#a3e1d2;
--pool-water:#2e8cff;
}