Color names in this palette
CSS code for this palette
/* CSS */
.horror-snob {
color: #d35050;
}
.maximum-yellow-red {
color: #f1b74b;
}
.flame-seal {
color: #f2e75a;
}
.aphrodite-aqua {
color: #4bf1b4;
}
.blue-dart {
color: #4e8fd4;
}
/* CSS Variables */
:root {
--horror-snob:#d35050;
--maximum-yellow-red:#f1b74b;
--flame-seal:#f2e75a;
--aphrodite-aqua:#4bf1b4;
--blue-dart:#4e8fd4;
}