Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c45c;
}
.culpeo {
color: #e69f3d;
}
.gold-drop {
color: #d66c2e;
}
.valiant-poppy {
color: #b6402b;
}
.woody-brown {
color: #6e2b2d;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c45c;
--culpeo:#e69f3d;
--gold-drop:#d66c2e;
--valiant-poppy:#b6402b;
--woody-brown:#6e2b2d;
}