Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.schabziger-green {
color: #e2e5b8;
}
.lion-cub {
color: #f8caa5;
}
.breeze-of-chilli {
color: #f57070;
}
.lavender-blossom {
color: #a37cda;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--schabziger-green:#e2e5b8;
--lion-cub:#f8caa5;
--breeze-of-chilli:#f57070;
--lavender-blossom:#a37cda;
}