Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.calabrese {
color: #f1a8a2;
}
.blackberry-yogurt {
color: #e3b5e8;
}
.ocean-front {
color: #b7e3f1;
}
.green-trance {
color: #a3d7a3;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--calabrese:#f1a8a2;
--blackberry-yogurt:#e3b5e8;
--ocean-front:#b7e3f1;
--green-trance:#a3d7a3;
}