Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d5e2;
}
.banana-br-l-e {
color: #f7e9bb;
}
.troll-slayer-orange {
color: #f6a14c;
}
.childhood-crush {
color: #e76d65;
}
.cyclamen-red {
color: #a85d8c;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d5e2;
--banana-br-l-e:#f7e9bb;
--troll-slayer-orange:#f6a14c;
--childhood-crush:#e76d65;
--cyclamen-red:#a85d8c;
}