Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.aqua-revival {
color: #509b90;
}
.booty-bay {
color: #7fc7b9;
}
.salmon-eggs {
color: #f4d35d;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--aqua-revival:#509b90;
--booty-bay:#7fc7b9;
--salmon-eggs:#f4d35d;
--flame-stitch:#d95d45;
}