Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e6a8d6;
}
.everblooming {
color: #f1c6b7;
}
.noodles {
color: #f9e1b4;
}
.capri-water-blue {
color: #a9e0d7;
}
.island-view {
color: #c3e0ef;
}
/* CSS Variables */
:root {
--light-orchid:#e6a8d6;
--everblooming:#f1c6b7;
--noodles:#f9e1b4;
--capri-water-blue:#a9e0d7;
--island-view:#c3e0ef;
}