Color names in this palette
CSS code for this palette
/* CSS */
.clay-beige {
color: #d5d1c3;
}
.folk-tales {
color: #a4c6b4;
}
.aquella {
color: #55b3d8;
}
.blue-angels-yellow {
color: #fab700;
}
.carrot-orange {
color: #f08a24;
}
/* CSS Variables */
:root {
--clay-beige:#d5d1c3;
--folk-tales:#a4c6b4;
--aquella:#55b3d8;
--blue-angels-yellow:#fab700;
--carrot-orange:#f08a24;
}