Color names in this palette
CSS code for this palette
/* CSS */
.spanish-pink {
color: #f8bfbf;
}
.curd {
color: #f8e1b9;
}
.fine-linen {
color: #f8f9c3;
}
.icy-landscape {
color: #bfeaf8;
}
.baby-blue-eyes {
color: #9fc5f4;
}
/* CSS Variables */
:root {
--spanish-pink:#f8bfbf;
--curd:#f8e1b9;
--fine-linen:#f8f9c3;
--icy-landscape:#bfeaf8;
--baby-blue-eyes:#9fc5f4;
}