Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f6d6a2;
}
.warming-peach {
color: #e2baa2;
}
.dusty-pink {
color: #d58b98;
}
.violetta {
color: #a86b9a;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--pismo-dunes:#f6d6a2;
--warming-peach:#e2baa2;
--dusty-pink:#d58b98;
--violetta:#a86b9a;
--just-a-fairytale:#695b9a;
}