Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b4;
}
.peach-damask {
color: #f6c4a7;
}
.majestic-treasures {
color: #f1e8a2;
}
.almost-aloe {
color: #c6e9af;
}
.macau {
color: #4abf98;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b4;
--peach-damask:#f6c4a7;
--majestic-treasures:#f1e8a2;
--almost-aloe:#c6e9af;
--macau:#4abf98;
}