Vibrant Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Harmony palette
Vibrant Harmony color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ff4d8b;
}
.color-5 {
color: #6a4fba;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b3d;
--color-3: #ff5c5c;
--color-4: #ff4d8b;
--color-5: #6a4fba;
}
Vibrant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b3d, #ff5c5c, #ff4d8b, #6a4fba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b3d, #ff5c5c, #ff4d8b, #6a4fba);
}
Similar color palettes
Vibrant Harmony color palette created on .