Color names in this palette
CSS code for this palette
/* CSS */
.antique-ruby {
color: #7f1a2e;
}
.indian-pink {
color: #b05e75;
}
.certain-peach {
color: #f5b9a3;
}
.barley-white {
color: #f7e4b6;
}
.sunny-mood {
color: #f5c84d;
}
/* CSS Variables */
:root {
--antique-ruby:#7f1a2e;
--indian-pink:#b05e75;
--certain-peach:#f5b9a3;
--barley-white:#f7e4b6;
--sunny-mood:#f5c84d;
}