Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e3a5d4;
}
.phlox-pink {
color: #d05d9a;
}
.golden-banner {
color: #f9ca2f;
}
.adamantine-blue {
color: #50aef7;
}
.yellow-petal {
color: #f1e64b;
}
/* CSS Variables */
:root {
--light-orchid:#e3a5d4;
--phlox-pink:#d05d9a;
--golden-banner:#f9ca2f;
--adamantine-blue:#50aef7;
--yellow-petal:#f1e64b;
}