Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7d1c29;
}
.baroque-rose {
color: #b55a67;
}
.angel-breath {
color: #dfaf9f;
}
.venetian-yellow {
color: #f5e59e;
}
.safety-yellow {
color: #f0d400;
}
/* CSS Variables */
:root {
--seattle-red:#7d1c29;
--baroque-rose:#b55a67;
--angel-breath:#dfaf9f;
--venetian-yellow:#f5e59e;
--safety-yellow:#f0d400;
}