Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.revel-blue {
color: #4b6b8b;
}
.adventure-isle {
color: #6fa1b8;
}
.shrimp-toast {
color: #f7c8a1;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--revel-blue:#4b6b8b;
--adventure-isle:#6fa1b8;
--shrimp-toast:#f7c8a1;
--breeze-of-chilli:#f76e6e;
}