Digital Vibrance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Vibrance palette
Digital Vibrance color palette CSS
/* CSS */
.color-1 {
color: #4e88c6;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ffd53d;
}
.color-4 {
color: #6ecf6e;
}
.color-5 {
color: #f25a7d;
}
/* CSS Variables */
:root {
--color-1: #4e88c6;
--color-2: #ff6d2e;
--color-3: #ffd53d;
--color-4: #6ecf6e;
--color-5: #f25a7d;
}
Digital Vibrance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e88c6, #ff6d2e, #ffd53d, #6ecf6e, #f25a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e88c6, #ff6d2e, #ffd53d, #6ecf6e, #f25a7d);
}
Similar color palettes
Digital Vibrance color palette created on .