Skip to content

More pastel like color palettes? #13

@deronsizemore

Description

@deronsizemore

I have a HEX value which I use and create a complimentary color, etc. with it.

Here's an example:

grapefruit_object = Color.NewFromHtml(hex)
create_complementary = Color.NewFromRgb(*grapefruit_object).ComplementaryColor(mode='rgb')
complementary = create_complementary.html

The problem is that a lot of the colors don't seem to be real pleasing to the eye. Does anyone have any experience with color manipulation? I'd like to see if it's possible to do some adjusting with the colors to get a more pastel type shade of each color, I'm just not sure what to adjust or if it's even possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions