Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.apocalyptic-orange {
color: #f76d1d;
}
.tomato-queen {
color: #d74c1d;
}
.romantic-rose {
color: #a93d8e;
}
.mountain-iris {
color: #5c5c8a;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--apocalyptic-orange:#f76d1d;
--tomato-queen:#d74c1d;
--romantic-rose:#a93d8e;
--mountain-iris:#5c5c8a;
}