Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2e5c99;
}
.boat-house {
color: #4a8ebf;
}
.sea-cliff {
color: #a3c4e0;
}
.golden-mary {
color: #f5bb3d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2e5c99;
--boat-house:#4a8ebf;
--sea-cliff:#a3c4e0;
--golden-mary:#f5bb3d;
}