Color names in this palette
CSS code for this palette
/* CSS */
.orchid-dottyback {
color: #a55db1;
}
.rosecco {
color: #eab8e4;
}
.waddles-pink {
color: #f1a7ca;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7c;
}
/* CSS Variables */
:root {
--orchid-dottyback:#a55db1;
--rosecco:#eab8e4;
--waddles-pink:#f1a7ca;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7c;
}