Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d4a559;
}
.folk-tales {
color: #a6c4b6;
}
.tibetan-stone {
color: #76bac1;
}
.blue-square {
color: #4f8d9c;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--sweet-honey:#d4a559;
--folk-tales:#a6c4b6;
--tibetan-stone:#76bac1;
--blue-square:#4f8d9c;
--snap-shot:#2b3d50;
}