Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1a999e;
}
.peppy {
color: #6dd9b5;
}
.roadster-yellow {
color: #f1e0a2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--sea-fantasy:#1a999e;
--peppy:#6dd9b5;
--roadster-yellow:#f1e0a2;
--apricot-glazed-chicken:#f5a524;
--flame-stitch:#d95d45;
}