Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a9a7;
}
.neighborly-peach {
color: #f1c3a2;
}
.majestic-treasures {
color: #f1e7a2;
}
.ganon-blue {
color: #a1dff7;
}
.fate {
color: #6c9cbc;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a9a7;
--neighborly-peach:#f1c3a2;
--majestic-treasures:#f1e7a2;
--ganon-blue:#a1dff7;
--fate:#6c9cbc;
}