Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.peaceful-river {
color: #4a9cd3;
}
.candid-blue {
color: #6cc3e5;
}
.roseberry {
color: #f7a7a1;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--peaceful-river:#4a9cd3;
--candid-blue:#6cc3e5;
--roseberry:#f7a7a1;
--nacho:#ffcb5c;
}