Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d1c3e9;
}
.teclis-blue {
color: #a3b7e0;
}
.cerulean-frost {
color: #6e9cc4;
}
.jericho-jade {
color: #4f8c7e;
}
.turf {
color: #3e5b33;
}
/* CSS Variables */
:root {
--foggy-love:#d1c3e9;
--teclis-blue:#a3b7e0;
--cerulean-frost:#6e9cc4;
--jericho-jade:#4f8c7e;
--turf:#3e5b33;
}