Color names in this palette
CSS code for this palette
/* CSS */
.tropic-turquoise {
color: #6eb4a3;
}
.y-n-h-i-smoke {
color: #a9c7ba;
}
.light-silverton {
color: #cee3d6;
}
.fresh-dew {
color: #f1f8e2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--tropic-turquoise:#6eb4a3;
--y-n-h-i-smoke:#a9c7ba;
--light-silverton:#cee3d6;
--fresh-dew:#f1f8e2;
--blue-angels-yellow:#fab700;
}