The PutForShare Tech Team is pleased to share the technologies and code libraries used in building our applications.
You have color code in hex value / RGB / HSL want to see how it looks like. You can use PutForShare color finder. It may be one single color code or CSS color property with value like
color : #ff0023;
or a selector with multiple color definitions like. Simply copy paste, You can see visually how it looks.
.button {
background-color: #2196f3;
color: white;
}
You can use any color format as follows
rgb(64, 64, 64),
rgba(64, 64, 64, 1)
hsl(0, 0%, 25%)
This shows the final parsed list from parseCssTextToColorMap(cssText).
No colors parsed yet.