Color names in this palette
CSS code for this palette
/* CSS */
.totem-pole {
color: #971a07;
}
.bricky-brick {
color: #b93c1d;
}
.casa-de-oro {
color: #d06b39;
}
.culpeo {
color: #e5a038;
}
.margarine {
color: #f2d72c;
}
/* CSS Variables */
:root {
--totem-pole:#971a07;
--bricky-brick:#b93c1d;
--casa-de-oro:#d06b39;
--culpeo:#e5a038;
--margarine:#f2d72c;
}