Vibrant Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Coral palette
Vibrant Coral color palette CSS
/* CSS */
.color-1 {
color: #ff999c;
}
.color-2 {
color: #ffbe8a;
}
.color-3 {
color: #fee3a4;
}
.color-4 {
color: #b7f98b;
}
.color-5 {
color: #76e6f9;
}
/* CSS Variables */
:root {
--color-1: #ff999c;
--color-2: #ffbe8a;
--color-3: #fee3a4;
--color-4: #b7f98b;
--color-5: #76e6f9;
}
Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff999c, #ffbe8a, #fee3a4, #b7f98b, #76e6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff999c, #ffbe8a, #fee3a4, #b7f98b, #76e6f9);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Vibrant Coral color palette created on .