Color names in this palette
CSS code for this palette
/* CSS */
.peach-ash {
color: #eec1be;
}
.brain-pink {
color: #f5b2b2;
}
.vinaceous {
color: #f59a94;
}
.hot-calypso {
color: #f68c7e;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--peach-ash:#eec1be;
--brain-pink:#f5b2b2;
--vinaceous:#f59a94;
--hot-calypso:#f68c7e;
--breeze-of-chilli:#f56b6b;
}