Color names in this palette
CSS code for this palette
/* CSS */
.guilliman-blue {
color: #6494ed;
}
.skinny-jeans {
color: #5d8dfe;
}
.joust-blue {
color: #4da3ff;
}
.platonic-blue {
color: #8ac4ff;
}
.malm-ff {
color: #a3d9ff;
}
/* CSS Variables */
:root {
--guilliman-blue:#6494ed;
--skinny-jeans:#5d8dfe;
--joust-blue:#4da3ff;
--platonic-blue:#8ac4ff;
--malm-ff:#a3d9ff;
}