Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a3d7e6;
}
.rustique {
color: #f3c1b4;
}
.lemon-filling {
color: #f8e6a5;
}
.pink-marshmallow {
color: #f3b9d2;
}
.light-orchid {
color: #e5a4d8;
}
/* CSS Variables */
:root {
--nevada-sky:#a3d7e6;
--rustique:#f3c1b4;
--lemon-filling:#f8e6a5;
--pink-marshmallow:#f3b9d2;
--light-orchid:#e5a4d8;
}