Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-antarctic {
color: #4c799a;
}
.kingfisher-turquoise {
color: #7cb6b5;
}
.madang {
color: #b3e3a5;
}
.honey-butter {
color: #f8d39b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-antarctic:#4c799a;
--kingfisher-turquoise:#7cb6b5;
--madang:#b3e3a5;
--honey-butter:#f8d39b;
}