Harmony of Vibrance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harmony of Vibrance palette

Share this palette to:

Harmony of Vibrance color palette CSS

/* CSS */
.color-1 {
color: #fc6136;
}
.color-2 {
color: #fcaa27;
}
.color-3 {
color: #fcb603;
}
.color-4 {
color: #65b88d;
}
.color-5 {
color: #fc3647;
}

/* CSS Variables */
:root {
--color-1: #fc6136;
--color-2: #fcaa27;
--color-3: #fcb603;
--color-4: #65b88d;
--color-5: #fc3647;
}

Harmony of Vibrance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc6136, #fcaa27, #fcb603, #65b88d, #fc3647);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc6136, #fcaa27, #fcb603, #65b88d, #fc3647);
}

Harmony of Vibrance color palette created on .