Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a8b3c2;
}
.blue-dam {
color: #a1c6d4;
}
.majestic-treasures {
color: #f1e7a2;
}
.floral-leaf {
color: #ffb84d;
}
.pastel-red {
color: #ff6b61;
}
/* CSS Variables */
:root {
--grey-agate:#a8b3c2;
--blue-dam:#a1c6d4;
--majestic-treasures:#f1e7a2;
--floral-leaf:#ffb84d;
--pastel-red:#ff6b61;
}