Vibrant Social Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Social Red palette

Share this palette to:

Vibrant Social Red color palette CSS

/* CSS */
.color-1 {
color: #f05a28;
}
.color-2 {
color: #f09c3d;
}
.color-3 {
color: #f1d35b;
}
.color-4 {
color: #c2e0e5;
}
.color-5 {
color: #6dd070;
}

/* CSS Variables */
:root {
--color-1: #f05a28;
--color-2: #f09c3d;
--color-3: #f1d35b;
--color-4: #c2e0e5;
--color-5: #6dd070;
}

Vibrant Social Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05a28, #f09c3d, #f1d35b, #c2e0e5, #6dd070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05a28, #f09c3d, #f1d35b, #c2e0e5, #6dd070);
}

Vibrant Social Red color palette created on .