Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.atlantic-ocean {
color: #a8d6e6;
}
.light-pecan-pine {
color: #f1e8e4;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--atlantic-ocean:#a8d6e6;
--light-pecan-pine:#f1e8e4;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--welcoming-wasp:#f0a800;
}