Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94e3b;
}
.babe {
color: #d97b78;
}
.arizona-sunrise {
color: #eab9b8;
}
.naive-peach {
color: #fce7d4;
}
.duckling {
color: #f6b05a;
}
/* CSS Variables */
:root {
--painted-poppy:#c94e3b;
--babe:#d97b78;
--arizona-sunrise:#eab9b8;
--naive-peach:#fce7d4;
--duckling:#f6b05a;
}