Soft Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Coral palette
Soft Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f9e3b4;
}
.color-4 {
color: #b0df9f;
}
.color-5 {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b2a1;
--color-3: #f9e3b4;
--color-4: #b0df9f;
--color-5: #a3d8e0;
}
Soft Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b2a1, #f9e3b4, #b0df9f, #a3d8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b2a1, #f9e3b4, #b0df9f, #a3d8e0);
}
Similar color palettes
Soft Coral color palette created on .