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