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