Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.azraq-blue {
color: #4a6dba;
}
.lavender-phlox {
color: #a8b5e1;
}
.orange-pospsicle {
color: #f0a30a;
}
.tangerine-bliss {
color: #d96030;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--azraq-blue:#4a6dba;
--lavender-phlox:#a8b5e1;
--orange-pospsicle:#f0a30a;
--tangerine-bliss:#d96030;
}