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: #ff8b42;
}
.color-3 {
color: #4d9f3c;
}
.color-4 {
color: #6a4c94;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8b42;
--color-3: #4d9f3c;
--color-4: #6a4c94;
--color-5: #eab8d1;
}

Vibrant Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8b42, #4d9f3c, #6a4c94, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8b42, #4d9f3c, #6a4c94, #eab8d1);
}

Vibrant Coral color palette created on .