Color names in this palette
CSS code for this palette
/* CSS */
.pickled-bluewood {
color: #314459;
}
.celestial-blue {
color: #2a4a6a;
}
.sea-hunter {
color: #1f5a7a;
}
.dreaming-blue {
color: #87c3d4;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--pickled-bluewood:#314459;
--celestial-blue:#2a4a6a;
--sea-hunter:#1f5a7a;
--dreaming-blue:#87c3d4;
--maximum-yellow-red:#f1b74b;
}