Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.blue-click {
color: #a6d7e7;
}
.bleached-silk {
color: #f2f4f1;
}
.dream-of-spring {
color: #f6d12c;
}
.goku-orange {
color: #f07e3d;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--blue-click:#a6d7e7;
--bleached-silk:#f2f4f1;
--dream-of-spring:#f6d12c;
--goku-orange:#f07e3d;
}