Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.barley-white {
color: #f6e4b6;
}
.madang {
color: #b5e2a7;
}
.pale-cerulean {
color: #9ec4e0;
}
.blue-genie {
color: #6c5cff;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--barley-white:#f6e4b6;
--madang:#b5e2a7;
--pale-cerulean:#9ec4e0;
--blue-genie:#6c5cff;
}