Color names in this palette
CSS code for this palette
/* CSS */
.bluette {
color: #9fc1d6;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.immortal-indigo {
color: #d9b5d1;
}
.snow-white-blush {
color: #f9aeae;
}
.show-stopper {
color: #a42d35;
}
/* CSS Variables */
:root {
--bluette:#9fc1d6;
--antique-wicker-basket:#f7d3a1;
--immortal-indigo:#d9b5d1;
--snow-white-blush:#f9aeae;
--show-stopper:#a42d35;
}