Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.wax-flower {
color: #f0b79e;
}
.5 {
color: #f9d68b;
}
.solar-plexus-chakra {
color: #f2c84a;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--wax-flower:#f0b79e;
--5:#f9d68b;
--solar-plexus-chakra:#f2c84a;
--porcelain-rose:#e76a6a;
}