Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.honey-glow {
color: #eab543;
}
.smooth-satin {
color: #a3d4d7;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--honey-glow:#eab543;
--smooth-satin:#a3d4d7;
--jugendstil-turquoise:#5e9c9b;
--snap-shot:#2b3d50;
}