Color names in this palette
CSS code for this palette
/* CSS */
.orchid-dottyback {
color: #a55db1;
}
.pink-orchid {
color: #dc6ad5;
}
.violet-kiss {
color: #f4a4d7;
}
.deviled-egg {
color: #fdd67c;
}
.creamy-sweet-corn {
color: #f7c34b;
}
/* CSS Variables */
:root {
--orchid-dottyback:#a55db1;
--pink-orchid:#dc6ad5;
--violet-kiss:#f4a4d7;
--deviled-egg:#fdd67c;
--creamy-sweet-corn:#f7c34b;
}