Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.great-serpent {
color: #4a6ea1;
}
.overcast {
color: #75a3d1;
}
.chefchaouen-blue {
color: #a2d3e7;
}
.sunny-mood {
color: #f5c84d;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--great-serpent:#4a6ea1;
--overcast:#75a3d1;
--chefchaouen-blue:#a2d3e7;
--sunny-mood:#f5c84d;
}