Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.sasquatch-socks {
color: #ff4d7f;
}
.tulip {
color: #ff8a92;
}
.super-sepia {
color: #ffa98a;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--sasquatch-socks:#ff4d7f;
--tulip:#ff8a92;
--super-sepia:#ffa98a;
--vibrant:#ffd54d;
}