Color names in this palette
CSS code for this palette
/* CSS */
.natural-orchestra {
color: #4b9b7c;
}
.arboretum {
color: #6ebf9b;
}
.overtone {
color: #a6e7b4;
}
.vanilla {
color: #f3e4aa;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--natural-orchestra:#4b9b7c;
--arboretum:#6ebf9b;
--overtone:#a6e7b4;
--vanilla:#f3e4aa;
--blue-angels-yellow:#fab700;
}