Color names in this palette
CSS code for this palette
/* CSS */
.pickled-bluewood {
color: #314459;
}
.deep-ocean {
color: #2b4c5f;
}
.allports {
color: #1e6c7b;
}
.horizon-haze {
color: #82c1e3;
}
.loveable {
color: #f0c1c4;
}
/* CSS Variables */
:root {
--pickled-bluewood:#314459;
--deep-ocean:#2b4c5f;
--allports:#1e6c7b;
--horizon-haze:#82c1e3;
--loveable:#f0c1c4;
}