From 6e5fddafcb3e1f1badec9b2273dd4ebaac7718ed Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Sun, 19 May 2024 17:16:01 +0530 Subject: [PATCH] docs(color): add color codes txt files --- colors.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 colors.txt diff --git a/colors.txt b/colors.txt new file mode 100644 index 0000000..534dcc0 --- /dev/null +++ b/colors.txt @@ -0,0 +1,24 @@ +Name: Coral +Hex: #FF7F53 +RGB: (255, 127, 83) +CMYK: 0, 0.501, 0.674, 0 + +Name: Mandarin +Hex: #F3764F +RGB: (243, 118, 79) +CMYK: 0, 0.514, 0.674, 0.047 + +Name: Burnt Sienna +Hex: #E66D4C +RGB: (230, 109, 76) +CMYK: 0, 0.526, 0.669, 0.098 + +Name: Jelly Bean +Hex: #DA6448 +RGB: (218, 100, 72) +CMYK: 0, 0.541, 0.669, 0.145 + +Name: Dark Coral +Hex: #CD5B44 +RGB: (205, 91, 68) +CMYK: 0, 0.556, 0.668, 0.196 \ No newline at end of file