Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.tech-wave {
color: #4b7f9b;
}
.candid-blue {
color: #6fc5e2;
}
.freezing-vapor {
color: #d6e8f5;
}
.roseberry {
color: #f7a8a1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--tech-wave:#4b7f9b;
--candid-blue:#6fc5e2;
--freezing-vapor:#d6e8f5;
--roseberry:#f7a8a1;
}