Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1d2c77;
}
.blue-gem {
color: #4a3c90;
}
.ghostly-purple {
color: #7a5d92;
}
.water-persimmon {
color: #b96b5f;
}
.golden-hour {
color: #f2b75a;
}
/* CSS Variables */
:root {
--twilight-express:#1d2c77;
--blue-gem:#4a3c90;
--ghostly-purple:#7a5d92;
--water-persimmon:#b96b5f;
--golden-hour:#f2b75a;
}