Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.smooth-satin {
color: #a4d6d6;
}
.azul-primavera {
color: #e3f0f2;
}
.happy-piglets {
color: #f6cbcb;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--smooth-satin:#a4d6d6;
--azul-primavera:#e3f0f2;
--happy-piglets:#f6cbcb;
--shell-pink:#f77e7e;
}