Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a000;
}
.adonis-rose-yellow {
color: #edbf4a;
}
.gatsby-glitter {
color: #f0d87f;
}
.chinook {
color: #a1d3aa;
}
.epimetheus {
color: #4ab2cf;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a000;
--adonis-rose-yellow:#edbf4a;
--gatsby-glitter:#f0d87f;
--chinook:#a1d3aa;
--epimetheus:#4ab2cf;
}