Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.orchid-orange {
color: #ff9f80;
}
.golden-nectar {
color: #ffda6b;
}
.aurora-green {
color: #6fdc8c;
}
.chromis-damsel-blue {
color: #80c1ff;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--orchid-orange:#ff9f80;
--golden-nectar:#ffda6b;
--aurora-green:#6fdc8c;
--chromis-damsel-blue:#80c1ff;
}