Color names in this palette
CSS code for this palette
/* CSS */
.blue-beads {
color: #5b809f;
}
.always-blue {
color: #a2b8c8;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.certain-peach {
color: #f5b9a3;
}
.gladiola {
color: #d95145;
}
/* CSS Variables */
:root {
--blue-beads:#5b809f;
--always-blue:#a2b8c8;
--bells-and-whistles-gold:#f0e19e;
--certain-peach:#f5b9a3;
--gladiola:#d95145;
}