Color names in this palette
CSS code for this palette
/* CSS */
.soft-candlelight {
color: #f8eace;
}
.tequila {
color: #f4d1a4;
}
.october-haze {
color: #f9ae8b;
}
.calabrese {
color: #f6a6a2;
}
.peony {
color: #e88c9b;
}
/* CSS Variables */
:root {
--soft-candlelight:#f8eace;
--tequila:#f4d1a4;
--october-haze:#f9ae8b;
--calabrese:#f6a6a2;
--peony:#e88c9b;
}