Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.sun-drops {
color: #e3b10d;
}
.leafy-seadragon {
color: #bdbd00;
}
.romaine-green {
color: #a88c00;
}
.sunlit-kelp-green {
color: #806c00;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--sun-drops:#e3b10d;
--leafy-seadragon:#bdbd00;
--romaine-green:#a88c00;
--sunlit-kelp-green:#806c00;
}