Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f4a4c1;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.liveliness {
color: #ffdeb8;
}
.dithered-sky {
color: #c2dfff;
}
.french-pass {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--rogue-pink:#f4a4c1;
--hot-aquarelle-pink:#ffb3e0;
--liveliness:#ffdeb8;
--dithered-sky:#c2dfff;
--french-pass:#a3d5e0;
}