Color names in this palette
CSS code for this palette
/* CSS */
.garden-country {
color: #d6c6a8;
}
.gypsum-rose {
color: #e4c2af;
}
.rozowy-pink {
color: #f1a7b7;
}
.momo-peach {
color: #f1747e;
}
.gladiola {
color: #d94f3f;
}
/* CSS Variables */
:root {
--garden-country:#d6c6a8;
--gypsum-rose:#e4c2af;
--rozowy-pink:#f1a7b7;
--momo-peach:#f1747e;
--gladiola:#d94f3f;
}