Color names in this palette
CSS code for this palette
/* CSS */
.koji-orange {
color: #f7a94b;
}
.iced-apricot {
color: #f1d5c1;
}
.reed {
color: #c6d8a6;
}
.terrace-pool {
color: #a2d7e2;
}
.grant-village {
color: #6d8fb0;
}
/* CSS Variables */
:root {
--koji-orange:#f7a94b;
--iced-apricot:#f1d5c1;
--reed:#c6d8a6;
--terrace-pool:#a2d7e2;
--grant-village:#6d8fb0;
}