Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-cub {
color: #f8caa5;
}
.sinbad {
color: #a4d6d1;
}
.desaturated-cyan {
color: #699b9b;
}
.portuguese-blue {
color: #3b5b97;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-cub:#f8caa5;
--sinbad:#a4d6d1;
--desaturated-cyan:#699b9b;
--portuguese-blue:#3b5b97;
}