Color names in this palette
CSS code for this palette
/* CSS */
.goldfish {
color: #f3ab5e;
}
.cup-noodles {
color: #fddb7c;
}
.mint-julep {
color: #e0f7a1;
}
.blizzard-blue {
color: #a1e5f2;
}
.kindred {
color: #6ea1d8;
}
/* CSS Variables */
:root {
--goldfish:#f3ab5e;
--cup-noodles:#fddb7c;
--mint-julep:#e0f7a1;
--blizzard-blue:#a1e5f2;
--kindred:#6ea1d8;
}