Color names in this palette
CSS code for this palette
/* CSS */
.glazed-persimmon {
color: #d74c37;
}
.sandy-brown {
color: #f1a15f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.verdigris-coloured {
color: #5abf76;
}
.quiet-night {
color: #3d8dc2;
}
/* CSS Variables */
:root {
--glazed-persimmon:#d74c37;
--sandy-brown:#f1a15f;
--solar-plexus-chakra:#f1c84b;
--verdigris-coloured:#5abf76;
--quiet-night:#3d8dc2;
}