Color names in this palette
CSS code for this palette
/* CSS */
.grant-village {
color: #6d92b0;
}
.frozen-blue {
color: #a6c4d9;
}
.antique-cameo {
color: #f0b6a3;
}
.sunset-gold {
color: #f4c162;
}
.energetic-orange {
color: #d9553a;
}
/* CSS Variables */
:root {
--grant-village:#6d92b0;
--frozen-blue:#a6c4d9;
--antique-cameo:#f0b6a3;
--sunset-gold:#f4c162;
--energetic-orange:#d9553a;
}