Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.her-majesty {
color: #f7a1a4;
}
.sandy-bay {
color: #f8d6b4;
}
.summer-s-heat {
color: #f9e89a;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--her-majesty:#f7a1a4;
--sandy-bay:#f8d6b4;
--summer-s-heat:#f9e89a;
--sunshine-mellow:#f1c40e;
}