Color names in this palette
CSS code for this palette
/* CSS */
.carona {
color: #f9a82f;
}
.shrimp-boat {
color: #f5bf99;
}
.fake-blonde {
color: #f1e6c1;
}
.prettiest-pink {
color: #e8a1c7;
}
.phlox-pink {
color: #d05d9a;
}
/* CSS Variables */
:root {
--carona:#f9a82f;
--shrimp-boat:#f5bf99;
--fake-blonde:#f1e6c1;
--prettiest-pink:#e8a1c7;
--phlox-pink:#d05d9a;
}