Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7ca;
}
.turquoise-tower {
color: #a8e6cf;
}
.terrace-pool {
color: #a3d8e1;
}
.hollandaise {
color: #ffec3d;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7ca;
--turquoise-tower:#a8e6cf;
--terrace-pool:#a3d8e1;
--hollandaise:#ffec3d;
--meat:#f47b7b;
}