Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d8433b;
}
.peach-butter {
color: #fbaf3c;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.irish {
color: #3b8c57;
}
.azraq-blue {
color: #4a6dba;
}
/* CSS Variables */
:root {
--dangerously-red:#d8433b;
--peach-butter:#fbaf3c;
--lemon-ice-yellow:#f6e1a7;
--irish:#3b8c57;
--azraq-blue:#4a6dba;
}