Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f9a658;
}
.citrus-honey {
color: #f5b76b;
}
.toasted-coconut {
color: #e8c1a1;
}
.prettiest-pink {
color: #e6a3c4;
}
.maximum-blue-purple {
color: #b1b2e2;
}
/* CSS Variables */
:root {
--ginger-milk:#f9a658;
--citrus-honey:#f5b76b;
--toasted-coconut:#e8c1a1;
--prettiest-pink:#e6a3c4;
--maximum-blue-purple:#b1b2e2;
}