Color names in this palette
CSS code for this palette
/* CSS */
.ocean-kiss {
color: #a4c6c4;
}
.flax-fibre-grey {
color: #b7a99a;
}
.gallery-taupe {
color: #d1c4b8;
}
.cameo-cream {
color: #f4e2c3;
}
.pyramid-gold {
color: #e5b571;
}
/* CSS Variables */
:root {
--ocean-kiss:#a4c6c4;
--flax-fibre-grey:#b7a99a;
--gallery-taupe:#d1c4b8;
--cameo-cream:#f4e2c3;
--pyramid-gold:#e5b571;
}