Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c6d4;
}
.rhodonite {
color: #f1b1c7;
}
.sunset-over-the-alps {
color: #fbad89;
}
.blue-angels-yellow {
color: #fab700;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--etcetera:#e1c6d4;
--rhodonite:#f1b1c7;
--sunset-over-the-alps:#fbad89;
--blue-angels-yellow:#fab700;
--fiery-salmon:#f76969;
}