Pinspired Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pinspired Harmony palette

Share this palette to:

Pinspired Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #3cb472;
}
.color-5 {
color: #f44034;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #3cb472;
--color-5: #f44034;
}

Pinspired Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #3cb472, #f44034);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #3cb472, #f44034);
}

Pinspired Harmony color palette created on .