Color names in this palette
CSS code for this palette
/* CSS */
.biel-tan-green {
color: #1a996c;
}
.mountain-meadow {
color: #2bbf8e;
}
.aphrodite-aqua {
color: #4ce1b9;
}
.roller-derby {
color: #8af4d4;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--biel-tan-green:#1a996c;
--mountain-meadow:#2bbf8e;
--aphrodite-aqua:#4ce1b9;
--roller-derby:#8af4d4;
--vanilla-shake:#fffbf0;
}