Color names in this palette
CSS code for this palette
/* CSS */
.flint-corn-red {
color: #d9623a;
}
.rosy-skin {
color: #f3b777;
}
.song-of-summer {
color: #fce8b6;
}
.cay {
color: #a4d2d5;
}
.steel-teal {
color: #5f8c8b;
}
/* CSS Variables */
:root {
--flint-corn-red:#d9623a;
--rosy-skin:#f3b777;
--song-of-summer:#fce8b6;
--cay:#a4d2d5;
--steel-teal:#5f8c8b;
}