Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.atlantic-gull {
color: #4f8cb5;
}
.watery-sea {
color: #86c1e9;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.coral-orange {
color: #e66947;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--atlantic-gull:#4f8cb5;
--watery-sea:#86c1e9;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--coral-orange:#e66947;
}