Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.fallen-blossoms {
color: #f0b2c2;
}
.salmon-pok-bowl {
color: #f27c78;
}
.tobermory {
color: #d69b9a;
}
.blue-dude {
color: #4c5d94;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--fallen-blossoms:#f0b2c2;
--salmon-pok-bowl:#f27c78;
--tobermory:#d69b9a;
--blue-dude:#4c5d94;
}