Color names in this palette
CSS code for this palette
/* CSS */
.pompadour {
color: #691b3d;
}
.velvet-cake {
color: #9d2a3d;
}
.chilean-fire {
color: #d15b33;
}
.freesia {
color: #f6c02c;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--pompadour:#691b3d;
--velvet-cake:#9d2a3d;
--chilean-fire:#d15b33;
--freesia:#f6c02c;
--the-first-daffodil:#ffee8f;
}