Color names in this palette
CSS code for this palette
/* CSS */
.cyprus-green {
color: #699b8a;
}
.nature {
color: #c1d4b5;
}
.lime-bright {
color: #f1e4b1;
}
.pyramid-gold {
color: #e5b571;
}
.seraphim-sepia {
color: #d67d4c;
}
/* CSS Variables */
:root {
--cyprus-green:#699b8a;
--nature:#c1d4b5;
--lime-bright:#f1e4b1;
--pyramid-gold:#e5b571;
--seraphim-sepia:#d67d4c;
}