Color names in this palette
CSS code for this palette
/* CSS */
.placebo-purple {
color: #f2ebff;
}
.radar {
color: #b3c7e6;
}
.cottage-blue {
color: #7a9bc2;
}
.tech-wave {
color: #4c7c9e;
}
.terror-from-the-deep {
color: #1b4b69;
}
/* CSS Variables */
:root {
--placebo-purple:#f2ebff;
--radar:#b3c7e6;
--cottage-blue:#7a9bc2;
--tech-wave:#4c7c9e;
--terror-from-the-deep:#1b4b69;
}