Shades of Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Coral palette
Shades of Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d3c5c5;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #87af4b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f0a800;
--color-3: #d3c5c5;
--color-4: #6b5b95;
--color-5: #87af4b;
}
Shades of Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f0a800, #d3c5c5, #6b5b95, #87af4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f0a800, #d3c5c5, #6b5b95, #87af4b);
}
Similar color palettes
Shades of Coral color palette created on .