Color names in this palette
CSS code for this palette
/* CSS */
.blue-team-spirit {
color: #5a87a0;
}
.angel-falls {
color: #a1bed4;
}
.calla {
color: #f1e1b6;
}
.butterscotch {
color: #fbaf4b;
}
.field-poppy {
color: #d86a3b;
}
/* CSS Variables */
:root {
--blue-team-spirit:#5a87a0;
--angel-falls:#a1bed4;
--calla:#f1e1b6;
--butterscotch:#fbaf4b;
--field-poppy:#d86a3b;
}