Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d9e0;
}
.shrimp-toast {
color: #f9c69f;
}
.peach-butter {
color: #fbaf3c;
}
.persimmon-orange {
color: #f76c2b;
}
.kaihau-express {
color: #d14900;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d9e0;
--shrimp-toast:#f9c69f;
--peach-butter:#fbaf3c;
--persimmon-orange:#f76c2b;
--kaihau-express:#d14900;
}