Warm Dima Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Dima palette
Warm Dima color palette CSS
/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f66f46;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #920c3f;
}
/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f5a524;
--color-3: #f66f46;
--color-4: #d60032;
--color-5: #920c3f;
}
Warm Dima background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f5a524, #f66f46, #d60032, #920c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f5a524, #f66f46, #d60032, #920c3f);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Warm Dima color palette created on .