Sunrise Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunrise Dream palette
Sunrise Dream color palette PNG image
Sunrise Dream color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #ffebc7;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #e4ffb3;
}
.color-5 {
color: #f08d3d;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ffebc7;
--color-3: #ffb84d;
--color-4: #e4ffb3;
--color-5: #f08d3d;
}
Sunrise Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ffebc7, #ffb84d, #e4ffb3, #f08d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ffebc7, #ffb84d, #e4ffb3, #f08d3d);
}
Similar color palettes
Sunrise Dream color palette created on .