Color names in this palette
CSS code for this palette
/* CSS */
.parisian-patina {
color: #799a8a;
}
.niebla-azul {
color: #b7c3c3;
}
.sunning-deck {
color: #e8d9b0;
}
.mandys-pink {
color: #f5b79e;
}
.tandoori-red {
color: #d6575f;
}
/* CSS Variables */
:root {
--parisian-patina:#799a8a;
--niebla-azul:#b7c3c3;
--sunning-deck:#e8d9b0;
--mandys-pink:#f5b79e;
--tandoori-red:#d6575f;
}