Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sage-blossom-blue {
color: #4c76a9;
}
.periwinkle-sky {
color: #8eb4d7;
}
.butter-cookie {
color: #f0e7b2;
}
.butterscotch {
color: #f9b548;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sage-blossom-blue:#4c76a9;
--periwinkle-sky:#8eb4d7;
--butter-cookie:#f0e7b2;
--butterscotch:#f9b548;
}