Vibrant Moments Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Moments palette

Share this palette to:

Vibrant Moments color palette CSS

/* CSS */
.color-1 {
color: #ffcb5c;
}
.color-2 {
color: #ff9d70;
}
.color-3 {
color: #ff7a5c;
}
.color-4 {
color: #e34aa1;
}
.color-5 {
color: #9052f4;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff9d70;
--color-3: #ff7a5c;
--color-4: #e34aa1;
--color-5: #9052f4;
}

Vibrant Moments background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff9d70, #ff7a5c, #e34aa1, #9052f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff9d70, #ff7a5c, #e34aa1, #9052f4);
}

Vibrant Moments color palette created on .