Color names in this palette
CSS code for this palette
/* CSS */
.coral-candy {
color: #f4cfc8;
}
.beauty-bush {
color: #eab8b3;
}
.modestly-peach {
color: #efa69f;
}
.fruit-shake {
color: #f69d8e;
}
.corralize {
color: #f28c73;
}
/* CSS Variables */
:root {
--coral-candy:#f4cfc8;
--beauty-bush:#eab8b3;
--modestly-peach:#efa69f;
--fruit-shake:#f69d8e;
--corralize:#f28c73;
}