Vibrant Pulse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Pulse palette
Vibrant Pulse color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3d1f;
}
.color-4 {
color: #ff1a66;
}
.color-5 {
color: #c7007e;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6d1f;
--color-3: #ff3d1f;
--color-4: #ff1a66;
--color-5: #c7007e;
}
Vibrant Pulse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6d1f, #ff3d1f, #ff1a66, #c7007e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6d1f, #ff3d1f, #ff1a66, #c7007e);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Vibrant Pulse color palette created on .