Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.french-pass {
color: #a3d2e0;
}
.golden-glam {
color: #f4b943;
}
.halloween {
color: #f96639;
}
.cadmium-violet {
color: #813d99;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--french-pass:#a3d2e0;
--golden-glam:#f4b943;
--halloween:#f96639;
--cadmium-violet:#813d99;
}