Coral Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Autumn palette
Color Inspiration
Images that showcase this color palette in real designs
Download Coral Autumn Color Palette (PNG)
Coral Autumn color palette CSS
/* CSS */
.color-1 {
color: #d6685c;
}
.color-2 {
color: #e4b0a5;
}
.color-3 {
color: #f5e4e0;
}
.color-4 {
color: #f8d7b4;
}
.color-5 {
color: #f1a33b;
}
/* CSS Variables */
:root {
--color-1: #d6685c;
--color-2: #e4b0a5;
--color-3: #f5e4e0;
--color-4: #f8d7b4;
--color-5: #f1a33b;
}
Coral Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6685c, #e4b0a5, #f5e4e0, #f8d7b4, #f1a33b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6685c, #e4b0a5, #f5e4e0, #f8d7b4, #f1a33b);
}
Similar color palettes
Coral Autumn color palette created on .