Color names in this palette
CSS code for this palette
/* CSS */
.sail-away {
color: #56b6e6;
}
.terrace-pool {
color: #a2d9e2;
}
.sunday-afternoon {
color: #f9c776;
}
.ibis-wing {
color: #f68e88;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--sail-away:#56b6e6;
--terrace-pool:#a2d9e2;
--sunday-afternoon:#f9c776;
--ibis-wing:#f68e88;
--khmer-curry:#f05656;
}