Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f6a85a;
}
.marquisette {
color: #f2d49c;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.blackberry-yogurt {
color: #e2b8e5;
}
.blue-click {
color: #a9d7ea;
}
/* CSS Variables */
:root {
--ginger-milk:#f6a85a;
--marquisette:#f2d49c;
--smooth-as-corn-silk:#f4e2b3;
--blackberry-yogurt:#e2b8e5;
--blue-click:#a9d7ea;
}