Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.faience {
color: #296989;
}
.tropical-escape {
color: #4bb9b2;
}
.yellow-tulip {
color: #f7d06e;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--faience:#296989;
--tropical-escape:#4bb9b2;
--yellow-tulip:#f7d06e;
--khmer-curry:#f05656;
}