Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e89b3;
}
.mountain-lake-azure {
color: #50b9a8;
}
.lime-lizard {
color: #a3d55d;
}
.daisy-desi {
color: #f9e18b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--hidden-springs:#1e89b3;
--mountain-lake-azure:#50b9a8;
--lime-lizard:#a3d55d;
--daisy-desi:#f9e18b;
--apricot-glazed-chicken:#f5a524;
}