Color names in this palette
CSS code for this palette
/* CSS */
.self-love {
color: #d62e69;
}
.pink-fit {
color: #f8a5b4;
}
.casandora-yellow {
color: #fbcb5b;
}
.golf-course {
color: #5c9b4b;
}
.lambent-lagoon {
color: #3e5a93;
}
/* CSS Variables */
:root {
--self-love:#d62e69;
--pink-fit:#f8a5b4;
--casandora-yellow:#fbcb5b;
--golf-course:#5c9b4b;
--lambent-lagoon:#3e5a93;
}