Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.smooth-satin {
color: #a1d4d4;
}
.charolais-cattle {
color: #f1e9e9;
}
.sherbet-fruit {
color: #f9c7b9;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--smooth-satin:#a1d4d4;
--charolais-cattle:#f1e9e9;
--sherbet-fruit:#f9c7b9;
--sweet-lilac:#eab8d1;
}