Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e1b1;
}
.pretty-pale {
color: #e5c8d5;
}
.grape-illusion {
color: #b7a2d7;
}
.fate {
color: #6b9ec2;
}
.igniting {
color: #f3d79b;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e1b1;
--pretty-pale:#e5c8d5;
--grape-illusion:#b7a2d7;
--fate:#6b9ec2;
--igniting:#f3d79b;
}