Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.smooth-satin {
color: #a4d6d4;
}
.diminished-pink {
color: #f0e5e0;
}
.sherbet-fruit {
color: #f8c9b9;
}
.sugar-poppy {
color: #e77f7e;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--smooth-satin:#a4d6d4;
--diminished-pink:#f0e5e0;
--sherbet-fruit:#f8c9b9;
--sugar-poppy:#e77f7e;
}