Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.monarch-orange {
color: #f29e6e;
}
.question-mark-block {
color: #f29b4a;
}
.salsa-sizzle {
color: #ed7c3b;
}
.sunset-blaze {
color: #e55c2a;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--monarch-orange:#f29e6e;
--question-mark-block:#f29b4a;
--salsa-sizzle:#ed7c3b;
--sunset-blaze:#e55c2a;
}