Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f7db4a;
}
.egyptian-gold {
color: #f1a94b;
}
.mandarin {
color: #f17d4b;
}
.deep-chestnut {
color: #b94b4b;
}
.blue-oyster-cult {
color: #4b7df1;
}
/* CSS Variables */
:root {
--gilded:#f7db4a;
--egyptian-gold:#f1a94b;
--mandarin:#f17d4b;
--deep-chestnut:#b94b4b;
--blue-oyster-cult:#4b7df1;
}