Sunset Dial Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Dial palette
Sunset Dial color palette CSS
/* CSS */
.color-1 {
color: #f6cb3c;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f68d4c;
}
.color-4 {
color: #f6714c;
}
.color-5 {
color: #e6483d;
}
/* CSS Variables */
:root {
--color-1: #f6cb3c;
--color-2: #f9a94e;
--color-3: #f68d4c;
--color-4: #f6714c;
--color-5: #e6483d;
}
Sunset Dial background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cb3c, #f9a94e, #f68d4c, #f6714c, #e6483d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cb3c, #f9a94e, #f68d4c, #f6714c, #e6483d);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Sunset Dial color palette created on .