Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.orange-grove {
color: #fbb08e;
}
.pineapple-juice {
color: #f5e77a;
}
.pretty-petunia {
color: #d1b3e0;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--orange-grove:#fbb08e;
--pineapple-juice:#f5e77a;
--pretty-petunia:#d1b3e0;
--porcelain-rose:#e76a6a;
}