Color names in this palette
CSS code for this palette
/* CSS */
.iyanden-darksun {
color: #a09b5a;
}
.leaf-yellow {
color: #e6d69e;
}
.martica {
color: #f3e4b9;
}
.apricot-obsession {
color: #f6c4b6;
}
.ducal-pink {
color: #d28e95;
}
/* CSS Variables */
:root {
--iyanden-darksun:#a09b5a;
--leaf-yellow:#e6d69e;
--martica:#f3e4b9;
--apricot-obsession:#f6c4b6;
--ducal-pink:#d28e95;
}