Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.groovy-lemon-pie {
color: #d6b600;
}
.medusa-green {
color: #9e8900;
}
.sunlit-kelp-green {
color: #806c00;
}
.scorzonera-brown {
color: #5c4b00;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--groovy-lemon-pie:#d6b600;
--medusa-green:#9e8900;
--sunlit-kelp-green:#806c00;
--scorzonera-brown:#5c4b00;
}