Sweet Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Sunrise palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sweet Sunrise Color Palette (PNG)
Sweet Sunrise color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #ff85c4;
}
.color-3 {
color: #ffbca3;
}
.color-4 {
color: #e0ffff;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ff85c4;
--color-3: #ffbca3;
--color-4: #e0ffff;
--color-5: #f0a800;
}
Sweet Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ff85c4, #ffbca3, #e0ffff, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ff85c4, #ffbca3, #e0ffff, #f0a800);
}
Similar color palettes
Scroll down to explore 20+ Black color palettes
Sweet Sunrise color palette created on .