Color names in this palette
CSS code for this palette
/* CSS */
.winter-waves {
color: #1f3f4d;
}
.rainy-lake {
color: #3c6b8b;
}
.blue-grotto {
color: #51a8c8;
}
.hu-ng-j-n-zh-u-gold {
color: #fcd769;
}
.debrito {
color: #f0783d;
}
/* CSS Variables */
:root {
--winter-waves:#1f3f4d;
--rainy-lake:#3c6b8b;
--blue-grotto:#51a8c8;
--hu-ng-j-n-zh-u-gold:#fcd769;
--debrito:#f0783d;
}