Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.ocean-call {
color: #296d8e;
}
.tint-of-turquoise {
color: #3dc7b4;
}
.summer-s-heat {
color: #f9e69a;
}
.blaze {
color: #f79050;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--ocean-call:#296d8e;
--tint-of-turquoise:#3dc7b4;
--summer-s-heat:#f9e69a;
--blaze:#f79050;
}