VHSy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with VHSy palette

Share this palette to:

VHSy color palette CSS

/* CSS */
.color-1 {
color: #1e1e4d;
}
.color-2 {
color: #4d3f6e;
}
.color-3 {
color: #794e8d;
}
.color-4 {
color: #b05e9d;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #1e1e4d;
--color-2: #4d3f6e;
--color-3: #794e8d;
--color-4: #b05e9d;
--color-5: #ff8052;
}

VHSy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e4d, #4d3f6e, #794e8d, #b05e9d, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e4d, #4d3f6e, #794e8d, #b05e9d, #ff8052);
}

VHSy color palette created on .