Color names in this palette
CSS code for this palette
/* CSS */
.eton-blue {
color: #a8d6d2;
}
.folk-tale {
color: #b3e0c0;
}
.pineapple-delight {
color: #f3eaaa;
}
.squash-blossom {
color: #f6b83c;
}
.tilted-pinball {
color: #f25926;
}
/* CSS Variables */
:root {
--eton-blue:#a8d6d2;
--folk-tale:#b3e0c0;
--pineapple-delight:#f3eaaa;
--squash-blossom:#f6b83c;
--tilted-pinball:#f25926;
}