Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e59fc5;
}
.sullivan-s-heart {
color: #f9c3d1;
}
.khaki-core {
color: #f9e3ae;
}
.first-day-of-summer {
color: #f3e69b;
}
.yellow-groove {
color: #f8b830;
}
/* CSS Variables */
:root {
--prettiest-pink:#e59fc5;
--sullivan-s-heart:#f9c3d1;
--khaki-core:#f9e3ae;
--first-day-of-summer:#f3e69b;
--yellow-groove:#f8b830;
}