Color names in this palette
CSS code for this palette
/* CSS */
.parisian-patina {
color: #799a8b;
}
.green-wave {
color: #c4d9d4;
}
.pink-abalone {
color: #e8b7a1;
}
.cymophane-yellow {
color: #f4e5a4;
}
.golden-hour {
color: #f2b55a;
}
/* CSS Variables */
:root {
--parisian-patina:#799a8b;
--green-wave:#c4d9d4;
--pink-abalone:#e8b7a1;
--cymophane-yellow:#f4e5a4;
--golden-hour:#f2b55a;
}