Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.welcoming-wasp {
color: #f0a800;
}
.ornery-tangerine {
color: #f97a1f;
}
.bacon-strips {
color: #e13e33;
}
.purple-orchid {
color: #a84d89;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--welcoming-wasp:#f0a800;
--ornery-tangerine:#f97a1f;
--bacon-strips:#e13e33;
--purple-orchid:#a84d89;
}