Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.squash-blossom {
color: #f6b83c;
}
.fruit-red {
color: #f78a69;
}
.loveland {
color: #e66b8e;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--squash-blossom:#f6b83c;
--fruit-red:#f78a69;
--loveland:#e66b8e;
--capocollo:#d8544f;
}