Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4b9bc3;
}
.water-flow {
color: #7ac5d6;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.buttery-croissant {
color: #f3e49b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4b9bc3;
--water-flow:#7ac5d6;
--ice-crystal-blue:#a4e5e2;
--buttery-croissant:#f3e49b;
--apricot-glazed-chicken:#f5a524;
}