Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blue-dude {
color: #495d92;
}
.evening-hush {
color: #798ba9;
}
.artesian-pool {
color: #a3c2e0;
}
.golden-lock {
color: #f6bc1e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blue-dude:#495d92;
--evening-hush:#798ba9;
--artesian-pool:#a3c2e0;
--golden-lock:#f6bc1e;
}