Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a4c0e0;
}
.gumball {
color: #e6b3d1;
}
.pineapple-high {
color: #e2e755;
}
.shrimp-cocktail {
color: #f4a462;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--artesian-pool:#a4c0e0;
--gumball:#e6b3d1;
--pineapple-high:#e2e755;
--shrimp-cocktail:#f4a462;
--beef-hotpot:#a85f2e;
}