Color names in this palette
CSS code for this palette
/* CSS */
.rosemary-green {
color: #6d9c6d;
}
.flower-stem {
color: #b1d8b1;
}
.venetian-yellow {
color: #f5e59e;
}
.elf-cream {
color: #f7c888;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--rosemary-green:#6d9c6d;
--flower-stem:#b1d8b1;
--venetian-yellow:#f5e59e;
--elf-cream:#f7c888;
--hot-coral:#f25a5a;
}