Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f8c4c9;
}
.rozowy-pink {
color: #f5a8b8;
}
.corralize {
color: #f28d78;
}
.chinese-orange {
color: #f17041;
}
.santiago-orange {
color: #e85d26;
}
/* CSS Variables */
:root {
--deco-pink:#f8c4c9;
--rozowy-pink:#f5a8b8;
--corralize:#f28d78;
--chinese-orange:#f17041;
--santiago-orange:#e85d26;
}