Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.chantilly {
color: #eab8c9;
}
.ballerina-pink {
color: #f5b7b9;
}
.cup-noodles {
color: #fddb7c;
}
.hot-sun {
color: #f7ba2b;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--chantilly:#eab8c9;
--ballerina-pink:#f5b7b9;
--cup-noodles:#fddb7c;
--hot-sun:#f7ba2b;
}