Color names in this palette
CSS code for this palette
/* CSS */
.tort {
color: #5b8f8d;
}
.smooth-satin {
color: #a3d7d2;
}
.sun-dust {
color: #f4e0a4;
}
.maximum-yellow-red {
color: #f1b74b;
}
.field-poppy {
color: #d86e41;
}
/* CSS Variables */
:root {
--tort:#5b8f8d;
--smooth-satin:#a3d7d2;
--sun-dust:#f4e0a4;
--maximum-yellow-red:#f1b74b;
--field-poppy:#d86e41;
}