Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f6b5b1;
}
.splash {
color: #f2d79c;
}
.sandy-shore {
color: #f2e7ba;
}
.folk-tale {
color: #b3e0c0;
}
.pale-cerulean {
color: #98c4e1;
}
/* CSS Variables */
:root {
--precious-pink:#f6b5b1;
--splash:#f2d79c;
--sandy-shore:#f2e7ba;
--folk-tale:#b3e0c0;
--pale-cerulean:#98c4e1;
}