Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.sinbad {
color: #a7d7d4;
}
.diminished-pink {
color: #f0e5e0;
}
.american-yellow {
color: #f5b400;
}
.poinciana {
color: #d73c28;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--sinbad:#a7d7d4;
--diminished-pink:#f0e5e0;
--american-yellow:#f5b400;
--poinciana:#d73c28;
}