Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.cherokee-dignity {
color: #e57b1f;
}
.beef-hotpot {
color: #a85f2e;
}
.painted-poppy {
color: #c94e3b;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--maximum-yellow-red:#f1b74b;
--cherokee-dignity:#e57b1f;
--beef-hotpot:#a85f2e;
--painted-poppy:#c94e3b;
}