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: #ff5833;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #33c2ff;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #27b462;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ffb300;
--color-3: #33c2ff;
--color-4: #8d43ad;
--color-5: #27b462;
}
Vibrant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ffb300, #33c2ff, #8d43ad, #27b462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ffb300, #33c2ff, #8d43ad, #27b462);
}
Similar color palettes
Vibrant Harmony color palette created on .