Vibrant Vee Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Vee Dreams palette

Share this palette to:

Vibrant Vee Dreams color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #71a3ef;
}
.color-3 {
color: #f9b69f;
}
.color-4 {
color: #f1d4a2;
}
.color-5 {
color: #ffd942;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #71a3ef;
--color-3: #f9b69f;
--color-4: #f1d4a2;
--color-5: #ffd942;
}

Vibrant Vee Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #71a3ef, #f9b69f, #f1d4a2, #ffd942);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #71a3ef, #f9b69f, #f1d4a2, #ffd942);
}

Vibrant Vee Dreams color palette created on .