Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8abf;
}
.bermudagrass {
color: #69bf6d;
}
.yellowl {
color: #f2d40d;
}
.spicy-paella {
color: #f2903a;
}
.fire-island {
color: #d94d3a;
}
/* CSS Variables */
:root {
--boat-house:#4a8abf;
--bermudagrass:#69bf6d;
--yellowl:#f2d40d;
--spicy-paella:#f2903a;
--fire-island:#d94d3a;
}