Color names in this palette
CSS code for this palette
/* CSS */
.warrior-queen {
color: #a32e4d;
}
.breeze-of-chilli {
color: #f46c6c;
}
.peach-crayon {
color: #fecaa9;
}
.chunky-bee {
color: #ffc94d;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--warrior-queen:#a32e4d;
--breeze-of-chilli:#f46c6c;
--peach-crayon:#fecaa9;
--chunky-bee:#ffc94d;
--blue-angels-yellow:#fab700;
}