Color names in this palette
CSS code for this palette
/* CSS */
.field-poppy {
color: #d46f40;
}
.butter-cream {
color: #f5b042;
}
.deep-fried-sun-rays {
color: #f5c45c;
}
.young-bamboo {
color: #69bf8a;
}
.saltwater-depth {
color: #4f8c6d;
}
/* CSS Variables */
:root {
--field-poppy:#d46f40;
--butter-cream:#f5b042;
--deep-fried-sun-rays:#f5c45c;
--young-bamboo:#69bf8a;
--saltwater-depth:#4f8c6d;
}