Color names in this palette
CSS code for this palette
/* CSS */
.sweet-watermelon {
color: #f9536c;
}
.tan-hide {
color: #f9a05d;
}
.lustrous-yellow {
color: #e3d878;
}
.frozen-forest {
color: #d3e7b6;
}
.atlantic-ocean {
color: #a9d8e5;
}
/* CSS Variables */
:root {
--sweet-watermelon:#f9536c;
--tan-hide:#f9a05d;
--lustrous-yellow:#e3d878;
--frozen-forest:#d3e7b6;
--atlantic-ocean:#a9d8e5;
}