Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-pink {
color: #f19dbc;
}
.solaria {
color: #f5d88e;
}
.caramel-finish {
color: #ffd899;
}
.heat-wave {
color: #ff7b00;
}
.molten-core {
color: #ff5900;
}
/* CSS Variables */
:root {
--amaranth-pink:#f19dbc;
--solaria:#f5d88e;
--caramel-finish:#ffd899;
--heat-wave:#ff7b00;
--molten-core:#ff5900;
}