Color names in this palette
CSS code for this palette
/* CSS */
.sekichiku-pink {
color: #e4aabd;
}
.garden-party {
color: #e3a5b7;
}
.costa-rica-blue {
color: #77bce4;
}
.tenzing {
color: #9acdda;
}
.bobby-blue {
color: #97c7d8;
}
/* CSS Variables */
:root {
--sekichiku-pink:#e4aabd;
--garden-party:#e3a5b7;
--costa-rica-blue:#77bce4;
--tenzing:#9acdda;
--bobby-blue:#97c7d8;
}