Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.smooth-satin {
color: #a1d4d4;
}
.ethereal-white {
color: #e4f1f1;
}
.prosecco {
color: #f9d6a4;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--smooth-satin:#a1d4d4;
--ethereal-white:#e4f1f1;
--prosecco:#f9d6a4;
--sun-orange:#f47b1f;
}