Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1d2a3a;
}
.sweet-sheba {
color: #f0b6a8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.texas-sunset {
color: #f89720;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--tangaroa:#1d2a3a;
--sweet-sheba:#f0b6a8;
--creamy-sweet-corn:#f9c54e;
--texas-sunset:#f89720;
--persimmon-orange:#f3712b;
}