Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.smooth-satin {
color: #a1d4d4;
}
.ancient-ivory {
color: #f0e6d1;
}
.bee {
color: #f3b653;
}
.citrus-notes {
color: #d26946;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--smooth-satin:#a1d4d4;
--ancient-ivory:#f0e6d1;
--bee:#f3b653;
--citrus-notes:#d26946;
}