Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.lambent-lagoon {
color: #3b5b91;
}
.winter-green {
color: #4e8d7c;
}
.tropical-moss {
color: #d1c17a;
}
.lively-coral {
color: #e17a7a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--lambent-lagoon:#3b5b91;
--winter-green:#4e8d7c;
--tropical-moss:#d1c17a;
--lively-coral:#e17a7a;
}