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: #ff7a99;
}
.color-2 {
color: #ffab66;
}
.color-3 {
color: #ffd000;
}
.color-4 {
color: #9eeaeb;
}
.color-5 {
color: #d0b4fd;
}

/* CSS Variables */
:root {
--color-1: #ff7a99;
--color-2: #ffab66;
--color-3: #ffd000;
--color-4: #9eeaeb;
--color-5: #d0b4fd;
}

Vibrant Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7a99, #ffab66, #ffd000, #9eeaeb, #d0b4fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7a99, #ffab66, #ffd000, #9eeaeb, #d0b4fd);
}

Vibrant Coral color palette created on .