Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.bleached-sunflower {
color: #f9e8a4;
}
.fireflies {
color: #f6daa7;
}
.blush {
color: #f29f8c;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--bleached-sunflower:#f9e8a4;
--fireflies:#f6daa7;
--blush:#f29f8c;
--porcelain-rose:#e76a6a;
}