Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c6d3;
}
.rozowy-pink {
color: #f4a4b7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--etcetera:#e1c6d3;
--rozowy-pink:#f4a4b7;
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--sour-candy:#69af4b;
}