Color names in this palette
CSS code for this palette
/* CSS */
.anchor-point {
color: #3f5a88;
}
.faded-blue {
color: #698bbf;
}
.sleeping-easy {
color: #9abfdf;
}
.peach-patch {
color: #f2d6a1;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--anchor-point:#3f5a88;
--faded-blue:#698bbf;
--sleeping-easy:#9abfdf;
--peach-patch:#f2d6a1;
--wiener-schnitzel:#f09c00;
}