Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.tickled-pink {
color: #f2a6c2;
}
.glitter-yellow {
color: #f6d75a;
}
.viridine-green {
color: #c7e4af;
}
.usubeni-red {
color: #f06a6a;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--tickled-pink:#f2a6c2;
--glitter-yellow:#f6d75a;
--viridine-green:#c7e4af;
--usubeni-red:#f06a6a;
}