Bright Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Coral palette
Bright Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ff5100;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #fff1c2;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff998a;
--color-3: #ff5100;
--color-4: #ffb84d;
--color-5: #fff1c2;
}
Bright Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff998a, #ff5100, #ffb84d, #fff1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff998a, #ff5100, #ffb84d, #fff1c2);
}
Similar color palettes
Scroll down to explore 100+ Coral color palettes
Bright Coral color palette created on .