Color names in this palette
CSS code for this palette
/* CSS */
.alyssa {
color: #f5e2d6;
}
.ibis {
color: #f1b1bf;
}
.light-orchid {
color: #e5a4d4;
}
.myrtle-flower {
color: #a3b1e0;
}
.atlantic-ocean {
color: #a6d8e3;
}
/* CSS Variables */
:root {
--alyssa:#f5e2d6;
--ibis:#f1b1bf;
--light-orchid:#e5a4d4;
--myrtle-flower:#a3b1e0;
--atlantic-ocean:#a6d8e3;
}