Color names in this palette
CSS code for this palette
/* CSS */
.valencia {
color: #d55b4d;
}
.sunset-yellow {
color: #ff8b3d;
}
.forsythia-blossom {
color: #f9d66c;
}
.lime-lizard {
color: #a3d55d;
}
.tall-waves {
color: #5f9ace;
}
/* CSS Variables */
:root {
--valencia:#d55b4d;
--sunset-yellow:#ff8b3d;
--forsythia-blossom:#f9d66c;
--lime-lizard:#a3d55d;
--tall-waves:#5f9ace;
}