Color names in this palette
CSS code for this palette
/* CSS */
.flame-stitch {
color: #d95d45;
}
.seasonal-beige {
color: #e9b79f;
}
.touching-white {
color: #f4e1d7;
}
.corydalis-blue {
color: #a2c8d7;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
/* CSS Variables */
:root {
--flame-stitch:#d95d45;
--seasonal-beige:#e9b79f;
--touching-white:#f4e1d7;
--corydalis-blue:#a2c8d7;
--jugendstil-turquoise:#5e9c9b;
}