Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.matt-pink {
color: #ffb8c1;
}
.drift-on-the-sea {
color: #85cdfa;
}
.powder-blue {
color: #b1e0e7;
}
.light-blue {
color: #add8e6;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--matt-pink:#ffb8c1;
--drift-on-the-sea:#85cdfa;
--powder-blue:#b1e0e7;
--light-blue:#add8e6;
}