Color names in this palette
CSS code for this palette
/* CSS */
.solarized {
color: #f9d14e;
}
.iceland-poppy {
color: #ed8021;
}
.radiant-orchid {
color: #a65e9b;
}
.deep-aquamarine {
color: #7cdae4;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
/* CSS Variables */
:root {
--solarized:#f9d14e;
--iceland-poppy:#ed8021;
--radiant-orchid:#a65e9b;
--deep-aquamarine:#7cdae4;
--overgrown-mausoleum:#4b8b2d;
}