Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.calabrese {
color: #f6a8a2;
}
.noodles {
color: #f8e4b4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e36e4a;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--calabrese:#f6a8a2;
--noodles:#f8e4b4;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e36e4a;
}