Color names in this palette
CSS code for this palette
/* CSS */
.harbour-sky {
color: #80b7d1;
}
.balinese-sunset {
color: #f1a579;
}
.passementerie {
color: #eed787;
}
.lime-splash {
color: #cdde8c;
}
.cherry-foam {
color: #f193a1;
}
/* CSS Variables */
:root {
--harbour-sky:#80b7d1;
--balinese-sunset:#f1a579;
--passementerie:#eed787;
--lime-splash:#cdde8c;
--cherry-foam:#f193a1;
}