Color names in this palette
CSS code for this palette
/* CSS */
.favourite-lady {
color: #e4c3d7;
}
.rogue-pink {
color: #f7a1c2;
}
.autumn-arrival {
color: #f79b69;
}
.yellow-tulip {
color: #f3d26d;
}
.french-pass {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--favourite-lady:#e4c3d7;
--rogue-pink:#f7a1c2;
--autumn-arrival:#f79b69;
--yellow-tulip:#f3d26d;
--french-pass:#a3d5e0;
}