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