Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.tiki-torch {
color: #b9a03c;
}
.gully-green {
color: #4e6c3d;
}
.man-friday {
color: #3c4c5d;
}
.blue-depths {
color: #2b3969;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--tiki-torch:#b9a03c;
--gully-green:#4e6c3d;
--man-friday:#3c4c5d;
--blue-depths:#2b3969;
}