Color names in this palette
CSS code for this palette
/* CSS */
.blue-satin {
color: #a0b3d4;
}
.jay-bird {
color: #4b81a0;
}
.blue-tang {
color: #2b4c6e;
}
.laelia-pink {
color: #f7c5e0;
}
.romantic-morning {
color: #e1b7e1;
}
/* CSS Variables */
:root {
--blue-satin:#a0b3d4;
--jay-bird:#4b81a0;
--blue-tang:#2b4c6e;
--laelia-pink:#f7c5e0;
--romantic-morning:#e1b7e1;
}