Color names in this palette
CSS code for this palette
/* CSS */
.pickled-bluewood {
color: #314459;
}
.nostalgic-evening {
color: #49606e;
}
.tool-blue {
color: #607985;
}
.trisha-s-eyes {
color: #8ebac2;
}
.across-the-bay {
color: #b4e3e9;
}
/* CSS Variables */
:root {
--pickled-bluewood:#314459;
--nostalgic-evening:#49606e;
--tool-blue:#607985;
--trisha-s-eyes:#8ebac2;
--across-the-bay:#b4e3e9;
}