Color names in this palette
CSS code for this palette
/* CSS */
.lazy-daisy {
color: #f9eaa4;
}
.eerie-glow {
color: #a7d7b8;
}
.mountain-lake-green {
color: #79be99;
}
.blue-chill {
color: #3d8d8f;
}
.revel-blue {
color: #4d6a89;
}
/* CSS Variables */
:root {
--lazy-daisy:#f9eaa4;
--eerie-glow:#a7d7b8;
--mountain-lake-green:#79be99;
--blue-chill:#3d8d8f;
--revel-blue:#4d6a89;
}