Vibrant Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Coral palette

Share this palette to:

Vibrant Coral color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #71a3ef;
}
.color-3 {
color: #a5d86e;
}
.color-4 {
color: #f2b95f;
}
.color-5 {
color: #e8698f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #71a3ef;
--color-3: #a5d86e;
--color-4: #f2b95f;
--color-5: #e8698f;
}

Vibrant Coral background gradient CSS

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

Vibrant Coral color palette created on .