Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.sunday-afternoon {
color: #f5c67a;
}
.milky-maize {
color: #f7d6a1;
}
.japanese-rose-garden {
color: #e6b7c4;
}
.juicy-details {
color: #d67a7c;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--sunday-afternoon:#f5c67a;
--milky-maize:#f7d6a1;
--japanese-rose-garden:#e6b7c4;
--juicy-details:#d67a7c;
}