Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e0;
}
.fresh-apricot {
color: #ffd6a3;
}
.sun-drenched {
color: #ffeaa3;
}
.nevada-sky {
color: #a1d7e8;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e0;
--fresh-apricot:#ffd6a3;
--sun-drenched:#ffeaa3;
--nevada-sky:#a1d7e8;
--light-mint:#b7fbbe;
}