Color names in this palette
CSS code for this palette
/* CSS */
.blue-jay {
color: #4b88d8;
}
.della-robbia-blue {
color: #7c9cd0;
}
.baby-bunting {
color: #a9c9ea;
}
.samantha-s-room {
color: #f3d3e7;
}
.amaranth-pink {
color: #f29cbb;
}
/* CSS Variables */
:root {
--blue-jay:#4b88d8;
--della-robbia-blue:#7c9cd0;
--baby-bunting:#a9c9ea;
--samantha-s-room:#f3d3e7;
--amaranth-pink:#f29cbb;
}