Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a95b8c;
}
.pink-nectar {
color: #daa4b6;
}
.in-the-pink {
color: #f2c5d3;
}
.peach-rose {
color: #f6e2d5;
}
.last-sunlight {
color: #e6b93d;
}
/* CSS Variables */
:root {
--cyclamen-red:#a95b8c;
--pink-nectar:#daa4b6;
--in-the-pink:#f2c5d3;
--peach-rose:#f6e2d5;
--last-sunlight:#e6b93d;
}