Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d45d40;
}
.topaz-yellow {
color: #e99c5d;
}
.majestic-treasures {
color: #f5e7a3;
}
.blue-tint {
color: #a1d6d9;
}
.lake-lucerne {
color: #699bba;
}
/* CSS Variables */
:root {
--fireglow:#d45d40;
--topaz-yellow:#e99c5d;
--majestic-treasures:#f5e7a3;
--blue-tint:#a1d6d9;
--lake-lucerne:#699bba;
}