Warm Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Colors palette
Warm Colors color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b29;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #8dc63f;
}
.color-5 {
color: #4cc0c8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b29;
--color-3: #ffcd29;
--color-4: #8dc63f;
--color-5: #4cc0c8;
}
Warm Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b29, #ffcd29, #8dc63f, #4cc0c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b29, #ffcd29, #8dc63f, #4cc0c8);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Warm Colors color palette created on .