Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.first-date {
color: #f5b4a3;
}
.bierwurst {
color: #f08e8e;
}
.southern-belle {
color: #a7d7c6;
}
.brittany-blue {
color: #4c7f8a;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--first-date:#f5b4a3;
--bierwurst:#f08e8e;
--southern-belle:#a7d7c6;
--brittany-blue:#4c7f8a;
}