Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.serene-pink {
color: #f8c4b9;
}
.rosecco {
color: #eab8e4;
}
.fine-blue {
color: #b4e4e0;
}
.squeaky {
color: #6fc4d8;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--serene-pink:#f8c4b9;
--rosecco:#eab8e4;
--fine-blue:#b4e4e0;
--squeaky:#6fc4d8;
}