Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b1;
}
.milky-maize {
color: #f6d9a2;
}
.james-blonde {
color: #f1e4b6;
}
.bay {
color: #b2e1d4;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b1;
--milky-maize:#f6d9a2;
--james-blonde:#f1e4b6;
--bay:#b2e1d4;
--jugendstil-turquoise:#5c9a9d;
}