Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.dusty-teal {
color: #4a8c89;
}
.gem-silica {
color: #76c6a1;
}
.durango-dust {
color: #f9e49f;
}
.burning-coals {
color: #f69b74;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--dusty-teal:#4a8c89;
--gem-silica:#76c6a1;
--durango-dust:#f9e49f;
--burning-coals:#f69b74;
}