Color names in this palette
CSS code for this palette
/* CSS */
.glaucous {
color: #5f83b4;
}
.airborne {
color: #a1c1d4;
}
.invigorating {
color: #f1e9b6;
}
.ginger-milk {
color: #f6a65a;
}
.horror-snob {
color: #d04e4e;
}
/* CSS Variables */
:root {
--glaucous:#5f83b4;
--airborne:#a1c1d4;
--invigorating:#f1e9b6;
--ginger-milk:#f6a65a;
--horror-snob:#d04e4e;
}