Magical Sunrise Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Magical Sunrise Dream palette
Magical Sunrise Dream color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6b828;
}
.color-3 {
color: #f8d468;
}
.color-4 {
color: #f2b5e3;
}
.color-5 {
color: #e773b5;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6b828;
--color-3: #f8d468;
--color-4: #f2b5e3;
--color-5: #e773b5;
}
Magical Sunrise Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6b828, #f8d468, #f2b5e3, #e773b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6b828, #f8d468, #f2b5e3, #e773b5);
}
Similar color palettes
Scroll down to explore 900+ Bright color palettes
Magical Sunrise Dream color palette created on .