Color names in this palette
CSS code for this palette
/* CSS */
.langoustine {
color: #d95026;
}
.culpeo {
color: #e69d3d;
}
.golden-hour {
color: #f2b55a;
}
.forsythia-blossom {
color: #f5d870;
}
.meringue {
color: #f3e4b4;
}
/* CSS Variables */
:root {
--langoustine:#d95026;
--culpeo:#e69d3d;
--golden-hour:#f2b55a;
--forsythia-blossom:#f5d870;
--meringue:#f3e4b4;
}