Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.dallol-yellow {
color: #fad900;
}
.pasta-luego {
color: #f9e380;
}
.storm-lightning {
color: #fae69e;
}
.roseberry {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--dallol-yellow:#fad900;
--pasta-luego:#f9e380;
--storm-lightning:#fae69e;
--roseberry:#f7a5a1;
}