Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.terrace-pool {
color: #9fd7df;
}
.charter {
color: #69b2d3;
}
.mad-for-mango {
color: #f5a300;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--terrace-pool:#9fd7df;
--charter:#69b2d3;
--mad-for-mango:#f5a300;
--sun-orange:#f47b1f;
}