Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a5c7;
}
.jemima {
color: #f5d67f;
}
.citrus-honey {
color: #f9b76c;
}
.tropical-splash {
color: #73c9c9;
}
.blue-spell {
color: #3e5c6a;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a5c7;
--jemima:#f5d67f;
--citrus-honey:#f9b76c;
--tropical-splash:#73c9c9;
--blue-spell:#3e5c6a;
}