Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4b9abe;
}
.mint-cold-green {
color: #6dba9d;
}
.relaxation-green {
color: #a2d19e;
}
.chickery-chick {
color: #fce98d;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4b9abe;
--mint-cold-green:#6dba9d;
--relaxation-green:#a2d19e;
--chickery-chick:#fce98d;
--wiener-schnitzel:#f09c00;
}