Color names in this palette
CSS code for this palette
/* CSS */
.citrus-hill {
color: #f6a88e;
}
.avid-apricot {
color: #f3c8a0;
}
.mountain-spring {
color: #dae6c1;
}
.southern-belle {
color: #a1d9c2;
}
.baja-blue {
color: #6da9d9;
}
/* CSS Variables */
:root {
--citrus-hill:#f6a88e;
--avid-apricot:#f3c8a0;
--mountain-spring:#dae6c1;
--southern-belle:#a1d9c2;
--baja-blue:#6da9d9;
}