Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.dream-land {
color: #f1b1e7;
}
.french-pass {
color: #a3d3e0;
}
.grape-green {
color: #a7e7a6;
}
.templar-s-gold {
color: #f4e48a;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--dream-land:#f1b1e7;
--french-pass:#a3d3e0;
--grape-green:#a7e7a6;
--templar-s-gold:#f4e48a;
}