Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.azraq-blue {
color: #4b6bb4;
}
.gallery-blue {
color: #9ebfe5;
}
.vanilla {
color: #f3e4aa;
}
.her-majesty {
color: #f7a1a4;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--azraq-blue:#4b6bb4;
--gallery-blue:#9ebfe5;
--vanilla:#f3e4aa;
--her-majesty:#f7a1a4;
}