Color names in this palette
CSS code for this palette
/* CSS */
.ultramarine-violet {
color: #1f2c5b;
}
.tory-blue {
color: #3b4f8c;
}
.sapphire-shimmer-blue {
color: #5c79b2;
}
.aero {
color: #7bb7e5;
}
.menoth-white-base {
color: #f1e9b7;
}
/* CSS Variables */
:root {
--ultramarine-violet:#1f2c5b;
--tory-blue:#3b4f8c;
--sapphire-shimmer-blue:#5c79b2;
--aero:#7bb7e5;
--menoth-white-base:#f1e9b7;
}