Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d9c1e7;
}
.rosecco {
color: #eab8e4;
}
.rozowy-pink {
color: #f7a6b7;
}
.burning-coals {
color: #f69e6f;
}
.friendly-yellow {
color: #f6e2b1;
}
/* CSS Variables */
:root {
--york-plum:#d9c1e7;
--rosecco:#eab8e4;
--rozowy-pink:#f7a6b7;
--burning-coals:#f69e6f;
--friendly-yellow:#f6e2b1;
}