Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f5ae9e;
}
.peach-damask {
color: #f8c5a5;
}
.deco-shell {
color: #f8d4c9;
}
.icy-lemonade {
color: #f5e7b2;
}
.patrinia-scabiosaefolia {
color: #f2f4b3;
}
/* CSS Variables */
:root {
--rosy-outlook:#f5ae9e;
--peach-damask:#f8c5a5;
--deco-shell:#f8d4c9;
--icy-lemonade:#f5e7b2;
--patrinia-scabiosaefolia:#f2f4b3;
}