Color names in this palette
CSS code for this palette
/* CSS */
.red-clown {
color: #d93b36;
}
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #f5d400;
}
.baby-blue-eyes {
color: #a1c5f2;
}
.bleuch-tel-blue {
color: #498cf8;
}
/* CSS Variables */
:root {
--red-clown:#d93b36;
--mad-for-mango:#f5a300;
--empire-yellow:#f5d400;
--baby-blue-eyes:#a1c5f2;
--bleuch-tel-blue:#498cf8;
}