diff --git a/playground/index.html b/playground/index.html
index 588e2f851d..bba64cee20 100644
--- a/playground/index.html
+++ b/playground/index.html
@@ -11,7 +11,7 @@
Ruff Playground
diff --git a/playground/tailwind.config.cjs b/playground/tailwind.config.cjs
index c175e1e93d..018c317e51 100644
--- a/playground/tailwind.config.cjs
+++ b/playground/tailwind.config.cjs
@@ -7,7 +7,7 @@ module.exports = {
theme: {
extend: {
colors: {
- "ayu-accent": "#f07171",
+ "ayu-accent": "#fa8d3e",
"ayu-background": {
DEFAULT: "#f8f9fa",
dark: "#0b0e14",