Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4a93b0;
}
.peppermint-fresh {
color: #69bf9a;
}
.feralas-lime {
color: #94d879;
}
.saffron-mango {
color: #f7c155;
}
.santiago-orange {
color: #e85a26;
}
/* CSS Variables */
:root {
--atlantic-gull:#4a93b0;
--peppermint-fresh:#69bf9a;
--feralas-lime:#94d879;
--saffron-mango:#f7c155;
--santiago-orange:#e85a26;
}