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: #ff5c6c;
}
.color-2 {
color: #ff9d57;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #78dae2;
}
.color-5 {
color: #4c8ebd;
}
/* CSS Variables */
:root {
--color-1: #ff5c6c;
--color-2: #ff9d57;
--color-3: #ffd54d;
--color-4: #78dae2;
--color-5: #4c8ebd;
}
Bright Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c6c, #ff9d57, #ffd54d, #78dae2, #4c8ebd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c6c, #ff9d57, #ffd54d, #78dae2, #4c8ebd);
}
Similar color palettes
Bright Coral color palette created on .