Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.rainy-lake {
color: #3e6b8e;
}
.peppermint-fresh {
color: #69bf9e;
}
.banana-drama {
color: #f1d34b;
}
.precious-persimmon {
color: #ff7142;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--rainy-lake:#3e6b8e;
--peppermint-fresh:#69bf9e;
--banana-drama:#f1d34b;
--precious-persimmon:#ff7142;
}