Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.beaded-blue {
color: #4d4d8f;
}
.deep-periwinkle {
color: #7e7ebe;
}
.blair {
color: #9fc1df;
}
.golden-hour {
color: #f2b75a;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--beaded-blue:#4d4d8f;
--deep-periwinkle:#7e7ebe;
--blair:#9fc1df;
--golden-hour:#f2b75a;
}