Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.faded-jeans {
color: #5eb9c9;
}
.plunging-waterfall {
color: #8ed3e1;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.first-date {
color: #f5b4a3;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--faded-jeans:#5eb9c9;
--plunging-waterfall:#8ed3e1;
--bells-and-whistles-gold:#f0e19e;
--first-date:#f5b4a3;
}