Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.surfin {
color: #6fc2d3;
}
.spinnaker {
color: #a3e0df;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.meat {
color: #f17e7e;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--surfin:#6fc2d3;
--spinnaker:#a3e0df;
--deep-fried-sun-rays:#f8c75d;
--meat:#f17e7e;
}