Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.forsythia-blossom {
color: #f3d46d;
}
.peach-bud {
color: #f9b1ae;
}
.artful-pink {
color: #c66c83;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--forsythia-blossom:#f3d46d;
--peach-bud:#f9b1ae;
--artful-pink:#c66c83;
--pure-mauve:#6a4c94;
}