Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f6a65a;
}
.camellia {
color: #f86b59;
}
.burning-coals {
color: #f69c6f;
}
.sunday-afternoon {
color: #f5c47a;
}
.paper-daisy {
color: #f1e5c6;
}
/* CSS Variables */
:root {
--ginger-milk:#f6a65a;
--camellia:#f86b59;
--burning-coals:#f69c6f;
--sunday-afternoon:#f5c47a;
--paper-daisy:#f1e5c6;
}