Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1b91bb;
}
.clean-pool {
color: #5cc0eb;
}
.musical-mist {
color: #f9e9e7;
}
.squash-blossom {
color: #f6b83c;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--spa-dream:#1b91bb;
--clean-pool:#5cc0eb;
--musical-mist:#f9e9e7;
--squash-blossom:#f6b83c;
--entan-red:#e76e50;
}