Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1d1f25;
}
.shot-over {
color: #4b5e68;
}
.parisian-patina {
color: #799a8a;
}
.flower-stem {
color: #b4d8b0;
}
.venetian-yellow {
color: #f7e3a1;
}
/* CSS Variables */
:root {
--noble-black:#1d1f25;
--shot-over:#4b5e68;
--parisian-patina:#799a8a;
--flower-stem:#b4d8b0;
--venetian-yellow:#f7e3a1;
}