Color names in this palette
CSS code for this palette
/* CSS */
.frost-bite {
color: #f6efe4;
}
.warming-peach {
color: #e3b6a1;
}
.pink-garnet {
color: #d2708d;
}
.plum-dust {
color: #a55090;
}
.amethyst-purple {
color: #5c2d7b;
}
/* CSS Variables */
:root {
--frost-bite:#f6efe4;
--warming-peach:#e3b6a1;
--pink-garnet:#d2708d;
--plum-dust:#a55090;
--amethyst-purple:#5c2d7b;
}