Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a3c1e6;
}
.dream-land {
color: #e6b1e7;
}
.tickled-pink {
color: #f1a7c1;
}
.storm-lightning {
color: #f7e89c;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--angela-bay:#a3c1e6;
--dream-land:#e6b1e7;
--tickled-pink:#f1a7c1;
--storm-lightning:#f7e89c;
--squash-blossom:#f6b83c;
}