Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.princess {
color: #f1a7b3;
}
.faded-sunlight {
color: #ffcb6b;
}
.carolina-blue {
color: #8bb7f8;
}
.wizard-s-potion {
color: #5e5c99;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--princess:#f1a7b3;
--faded-sunlight:#ffcb6b;
--carolina-blue:#8bb7f8;
--wizard-s-potion:#5e5c99;
}