Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f1b2a2;
}
.princess-bride {
color: #f6c1c1;
}
.stella-dora {
color: #f9d8a4;
}
.majestic-treasures {
color: #f3e8a5;
}
.fat-gold {
color: #e6b400;
}
/* CSS Variables */
:root {
--first-date:#f1b2a2;
--princess-bride:#f6c1c1;
--stella-dora:#f9d8a4;
--majestic-treasures:#f3e8a5;
--fat-gold:#e6b400;
}