Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7ca;
}
.barrett-quince {
color: #f7d0b1;
}
.banana-yogurt {
color: #f9e8b4;
}
.fresh-water {
color: #c3e2f4;
}
.pale-cerulean {
color: #9ac3e0;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7ca;
--barrett-quince:#f7d0b1;
--banana-yogurt:#f9e8b4;
--fresh-water:#c3e2f4;
--pale-cerulean:#9ac3e0;
}