Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.bluebird-feather {
color: #6e9faf;
}
.fair-aqua {
color: #b6e2d8;
}
.golden-glam {
color: #f4b943;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--bluebird-feather:#6e9faf;
--fair-aqua:#b6e2d8;
--golden-glam:#f4b943;
--fiery-salmon:#f76969;
}