Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2a7e9d;
}
.mountain-lake-azure {
color: #4eb7a3;
}
.sprig-of-mint {
color: #8ee1b5;
}
.rayo-de-sol {
color: #f5c656;
}
.poppy-glow {
color: #f28a4a;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2a7e9d;
--mountain-lake-azure:#4eb7a3;
--sprig-of-mint:#8ee1b5;
--rayo-de-sol:#f5c656;
--poppy-glow:#f28a4a;
}