Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1c7;
}
.avid-apricot {
color: #f4c59f;
}
.lazy-daisy {
color: #f7e9a1;
}
.chinook {
color: #a2d7a9;
}
.spritzig {
color: #73c7e8;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1c7;
--avid-apricot:#f4c59f;
--lazy-daisy:#f7e9a1;
--chinook:#a2d7a9;
--spritzig:#73c7e8;
}