Color names in this palette
CSS code for this palette
/* CSS */
.ladylike {
color: #ffc2c2;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.light-periwinkle {
color: #c2c7ff;
}
.green-trance {
color: #a3d9a1;
}
.the-first-daffodil {
color: #fff68f;
}
/* CSS Variables */
:root {
--ladylike:#ffc2c2;
--hot-aquarelle-pink:#ffb3e4;
--light-periwinkle:#c2c7ff;
--green-trance:#a3d9a1;
--the-first-daffodil:#fff68f;
}