Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.sasquatch-socks {
color: #ff4d7c;
}
.rosa {
color: #ff85a1;
}
.candy-bar {
color: #ffb8d2;
}
.sand-muffin {
color: #ffdfc2;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--sasquatch-socks:#ff4d7c;
--rosa:#ff85a1;
--candy-bar:#ffb8d2;
--sand-muffin:#ffdfc2;
}