Color names in this palette
CSS code for this palette
/* CSS */
.salvia {
color: #a7b29f;
}
.russet-green {
color: #e3d6a1;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.blue-angels-yellow {
color: #fab700;
}
.tangerine-bliss {
color: #d95d30;
}
/* CSS Variables */
:root {
--salvia:#a7b29f;
--russet-green:#e3d6a1;
--antique-wicker-basket:#f6d4a2;
--blue-angels-yellow:#fab700;
--tangerine-bliss:#d95d30;
}