Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #f9b4e3;
}
.sandy-bay {
color: #f8d6b4;
}
.hinoki {
color: #f9deb4;
}
.arctic-paradise {
color: #b4def9;
}
.light-violet {
color: #d4b4f9;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#f9b4e3;
--sandy-bay:#f8d6b4;
--hinoki:#f9deb4;
--arctic-paradise:#b4def9;
--light-violet:#d4b4f9;
}