Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e5a4d4;
}
.dough-yellow {
color: #f6d1b6;
}
.invigorating {
color: #f0e9b2;
}
.grape-green {
color: #a0e59f;
}
.delicate-girl-blue {
color: #69b4c9;
}
/* CSS Variables */
:root {
--light-orchid:#e5a4d4;
--dough-yellow:#f6d1b6;
--invigorating:#f0e9b2;
--grape-green:#a0e59f;
--delicate-girl-blue:#69b4c9;
}