Sunrise Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunrise Bliss palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunrise Bliss Color Palette (PNG)
Sunrise Bliss color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f5b18a;
}
.color-3 {
color: #f7d6b6;
}
.color-4 {
color: #fef7e7;
}
.color-5 {
color: #fef2ae;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f5b18a;
--color-3: #f7d6b6;
--color-4: #fef7e7;
--color-5: #fef2ae;
}
Sunrise Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f5b18a, #f7d6b6, #fef7e7, #fef2ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f5b18a, #f7d6b6, #fef7e7, #fef2ae);
}
Similar color palettes
Sunrise Bliss color palette created on .