Color names in this palette
CSS code for this palette
/* CSS */
.english-hollyhock {
color: #b5c9d4;
}
.menthol-kiss {
color: #a3e0d7;
}
.brilliant-beige {
color: #f1c5b6;
}
.prettiest-pink {
color: #e5a4c4;
}
.meadow-yellow {
color: #fbda8e;
}
/* CSS Variables */
:root {
--english-hollyhock:#b5c9d4;
--menthol-kiss:#a3e0d7;
--brilliant-beige:#f1c5b6;
--prettiest-pink:#e5a4c4;
--meadow-yellow:#fbda8e;
}