Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.great-serpent {
color: #4a6ca5;
}
.sea-cliff {
color: #a9c8e0;
}
.menoth-white-base {
color: #f4e9b8;
}
.pressed-rose {
color: #f1a7a7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--great-serpent:#4a6ca5;
--sea-cliff:#a9c8e0;
--menoth-white-base:#f4e9b8;
--pressed-rose:#f1a7a7;
}