Dazzling Sun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dazzling Sun palette
Download Dazzling Sun Color Palette (PNG)
Dazzling Sun color palette CSS
/* CSS */
.color-1 {
color: #f6d13c;
}
.color-2 {
color: #fca85f;
}
.color-3 {
color: #f3687b;
}
.color-4 {
color: #ef4d93;
}
.color-5 {
color: #a15eb5;
}
/* CSS Variables */
:root {
--color-1: #f6d13c;
--color-2: #fca85f;
--color-3: #f3687b;
--color-4: #ef4d93;
--color-5: #a15eb5;
}
Dazzling Sun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d13c, #fca85f, #f3687b, #ef4d93, #a15eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d13c, #fca85f, #f3687b, #ef4d93, #a15eb5);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Dazzling Sun color palette created on .