Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.calabrese {
color: #f1a8a2;
}
.fire-island {
color: #d94d3a;
}
.lucid-dream {
color: #5b2c90;
}
.blues {
color: #2e6c99;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--calabrese:#f1a8a2;
--fire-island:#d94d3a;
--lucid-dream:#5b2c90;
--blues:#2e6c99;
}