Color names in this palette
CSS code for this palette
/* CSS */
.lynx-screen-blue {
color: #2cb8e2;
}
.dull-yellow {
color: #f0d75c;
}
.sunset-yellow {
color: #ff8b3d;
}
.scarlet-tanager {
color: #b53b3b;
}
.true-purple {
color: #6d2c90;
}
/* CSS Variables */
:root {
--lynx-screen-blue:#2cb8e2;
--dull-yellow:#f0d75c;
--sunset-yellow:#ff8b3d;
--scarlet-tanager:#b53b3b;
--true-purple:#6d2c90;
}