Color names in this palette
CSS code for this palette
/* CSS */
.australian-apricot {
color: #f5c5a3;
}
.tea-towel {
color: #c5a4c6;
}
.ocean-kiss {
color: #a4c6c5;
}
.little-league {
color: #699b8c;
}
.straw-hat {
color: #f1d3a7;
}
/* CSS Variables */
:root {
--australian-apricot:#f5c5a3;
--tea-towel:#c5a4c6;
--ocean-kiss:#a4c6c5;
--little-league:#699b8c;
--straw-hat:#f1d3a7;
}