Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #49b8e4;
}
.baltic {
color: #1f9e9b;
}
.smooth-satin {
color: #a4d6d3;
}
.star-shine {
color: #f8f6e2;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--lake-thun:#49b8e4;
--baltic:#1f9e9b;
--smooth-satin:#a4d6d3;
--star-shine:#f8f6e2;
--welcoming-wasp:#f0a800;
}