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