Color names in this palette
CSS code for this palette
/* CSS */
.golden-apricot {
color: #daa64e;
}
.wilted-brown {
color: #a84e3e;
}
.flirt {
color: #7b2d52;
}
.mallorca-blue {
color: #4e7b97;
}
.ocean-green {
color: #409c72;
}
/* CSS Variables */
:root {
--golden-apricot:#daa64e;
--wilted-brown:#a84e3e;
--flirt:#7b2d52;
--mallorca-blue:#4e7b97;
--ocean-green:#409c72;
}